zoukankan      html  css  js  c++  java
  • 安装webpack常见错误之一

    我安装webpack时,出现如下错误:

    C:Usersadmin> npm install webpack -g
    npm WARN checkPermissions Missing write access to C:UsersadminAppDataRoaming pm ode_moduleswebpack ode_modulesfsevents
    npm ERR! path C:UsersadminAppDataRoaming pm ode_moduleswebpack ode_modulesfsevents
    npm ERR! code ENOENT
    npm ERR! errno -4058
    npm ERR! syscall access
    npm ERR! enoent ENOENT: no such file or directory, access 'C:UsersadminAppDataRoaming pm ode_moduleswebpack ode_modulesfsevents'
    npm ERR! enoent This is related to npm not being able to find a file.
    npm ERR! enoent

    npm ERR! A complete log of this run can be found in:
    npm ERR! C:UsersadminAppDataRoaming pm-cache\_logs2019-03-16T03_59_56_513Z-debug.log

    解决方法:删除这个路径下的文件C:UsersadminAppDataRoaming pm ode_moduleswebpack ode_modules

    可以解决,之前遇到这个问题头痛一个上午,索性删了,重装,最后解决了问题,希望有同样问题的码友走更少的弯路。

  • 相关阅读:
    dada的GCD
    涛神的城堡
    手机信号
    涛涛的Party
    壮壮的数组
    不安全字符串
    gdb core 调试多线程
    makefile $@, $^, $<, $? 表示的意义
    KMP算法的next[]数组通俗解释
    【原创】支持同时生成多个main函数 makefile 模板
  • 原文地址:https://www.cnblogs.com/zylstu/p/10544780.html
Copyright © 2011-2022 走看看