报错整理:npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\jinchuang\AppData...

我是在npm install的时候出现的这个问题,开始是安装不上,提示升级npm,然后我按要求升级npm i npm 依然报错
解决方法:
1. 执行 npm install npm@latest -g升级到最新版本
2.删除本地node_modules 依赖包
3. 执行 npm cache clean --force 清理缓存
4. npm install
完成

你可能感兴趣的:(报错整理:npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\jinchuang\AppData...)