美文网首页
报错整理:npm ERR! A complete log of

报错整理:npm ERR! A complete log of

作者: spxs339 | 来源:发表于2019-06-25 09:40 被阅读0次

我是在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

      本文链接:https://www.haomeiwen.com/subject/pyizqctx.html