npm报错,npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Administrator\AppDa
我在用npm i 安装依赖项的时候,报了一个‘npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2020-08-10T03_32_17_014Z-debug.log
’
提示我升级npm,正确解决办法是:
执行 npm install npm@latest -g升级到最新版本
删除本地node_modules 依赖包
原创
2020-08-10 11:41:09 ·
14656 阅读 ·
0 评论