Vue 报错整理: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. 删除本地node_modules 依赖包
2. 执行 npm cache clean --force 清理缓存
3. npm install

完成

我的其他文章

亲身分享 一次 字节跳动 真实面试经历和面试题

其他

自己做的小商城,开发技术使用的 SpringCloud + Nacos + 支付宝支付 + Vue

感兴趣的可以相互讨论技术!

传送门:https://store.ityao.cn/

你可能感兴趣的:(问题记录,Vue,npm,node.js,vue.js)