码迷,mamicode.com
首页 > Web开发 > 详细

安装webpack常见错误之一

时间:2019-03-16 23:30:05      阅读:962      评论:0      收藏:0      [点我收藏+]

标签:解决方法   admin   方法   run   bpa   npm   fse   use   errno   

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

C:\Users\admin> npm install webpack -g
npm WARN checkPermissions Missing write access to C:\Users\admin\AppData\Roaming\npm\node_modules\webpack\node_modules\fsevents
npm ERR! path C:\Users\admin\AppData\Roaming\npm\node_modules\webpack\node_modules\fsevents
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall access
npm ERR! enoent ENOENT: no such file or directory, access ‘C:\Users\admin\AppData\Roaming\npm\node_modules\webpack\node_modules\fsevents‘
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:\Users\admin\AppData\Roaming\npm-cache\_logs\2019-03-16T03_59_56_513Z-debug.log

解决方法:删除这个路径下的文件C:\Users\admin\AppData\Roaming\npm\node_modules\webpack\node_modules

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

安装webpack常见错误之一

标签:解决方法   admin   方法   run   bpa   npm   fse   use   errno   

原文地址:https://www.cnblogs.com/zylstu/p/10544780.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!