npm报错:A complete log of this run can be fund in: C\Users\用户\AppData\Roaming\npm-cache_logs\解决方

因项目中安装模块,多次不成功,所以导致报错。
A complete log of this run can be fund in: C\Users\用户\AppData\Roaming\npm-cache_logs\2018-9-24T10_55_24_806Z-debug.log

报错截图:
npm报错:A complete log of this run can be fund in: C\Users\用户\AppData\Roaming\npm-cache_logs\解决方

这时你需要清理缓存了。
1.注:将node_modules文件夹先删除

2.清理缓存命令:

npm cache clean --force

3.重新安装一次即可

npm install /cnpm install 

如果生成了node_modules说明成功了

上一篇:JAVA多线程


下一篇:uni-app 136修改用户个人资料(二)