npm install报错
程序员文章站
2022-07-01 11:26:13
...
在维护别人的项目的时候,在项目文件夹中安装npm install模块的时候,报错如下:
npm ERR! path D:\ShopApp\node_modules\fsevents\node_modules\abbrev
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall access
npm ERR! enoent ENOENT: no such file or directory, access 'D:\ShopApp\node_modules\fsevents\node_modules\abbrev'
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:\Program Files\nodejs\node_cache\_logs\2018-08-01T02_35_44_300Z-debug.log
####解决办法:
将no such file or directory,access中指明的文件路径中的node_modules删除:
rm -r node_modules或者直接在在项目文件夹中删除
然后再重新npm install 安装
重新npm install 安装结果如下:
这个时候就可以启动项目,打开运行项目了
原文作者:祈澈姑娘
技术博客:https://www.jianshu.com/u/05f416aefbe1关注「编程微刊」公众号 ,在微信后台回复「领取资源」,获取IT资源300G干货大全。
推荐阅读
-
js 调用flash在chrome报错
-
解决python报错MemoryError的问题
-
Docker获取镜像报错docker: Error response from daemon
-
Pyinstaller打包.py生成.exe的方法和报错总结
-
解决pandas中读取中文名称的csv文件报错的问题
-
mybatis批量新增报错 BadSqlGrammarException
-
IntelliJ中Git突然不能用,报错 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
-
mysql报错1033 Incorrect information in file: ‘xxx.frm’问题的解决方法
-
PHP执行Curl时报错提示CURL ERROR: Recv failure: Connection reset by peer的解决方法
-
windows10使用IE11浏览器出现已停止工作报错的解决方法