美文网首页
npm ERR! code EINTEGRITY 解决方案

npm ERR! code EINTEGRITY 解决方案

作者: _道友请留步_ | 来源:发表于2019-03-20 17:14 被阅读0次

npm install 报错了,这就尴尬了, 然后网上搜索看到的那些命令比如

npm cache verify
npm cache clean
npm cache clean --force
npm i -g npm
grep -ir "sha1-xxxxxxxxxxxxxxxx" ~/.npm

全都没有用!!!

最后发现, 应该先找到安装失败的那个包, 然后在目录下手动npm i 包名 安装一次, 覆盖掉缓存中的日志, 此时再去npm install就可以安装成功了

相关文章

网友评论

      本文标题:npm ERR! code EINTEGRITY 解决方案

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