小可爱

npm ERR! code EINTEGRITY

电脑版发表于:2020/6/17 16:06

npm安装报错:npm ERR! code EINTEGRITY


有可能是上次npm命令执行中断或者报错了,所以在此执行nmp命令就会报这个错。


可以使用命令:npm cache verify 解决


如果还不行,下面的命令都可以试试看能不能解决:

npm cache verify

npm cache clean

npm cache clean --force

npm i -g npm

grep -ir "sha1-xxxxxxxxxxxxxxxx" ~/.npm


关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢