npm ERR! code EINTEGRITY
Posted qingfengliuyue
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm ERR! code EINTEGRITY相关的知识,希望对你有一定的参考价值。
在网上找了很多方法,有许多命令进行了尝试
失败方案:
npm cache verify
npm cache clean
npm cache clean --force
npm i -g npm
grep -ir "sha1-xxxxxxxxxxxxxxxx" ~/.npm
解决方案是:
1.删掉package-lock.json这个文件
2.删掉node_moudles这个文件夹
3.运行 npm install
以上是关于npm ERR! code EINTEGRITY的主要内容,如果未能解决你的问题,请参考以下文章
npm install 报错:ERR! code EINTEGRITY 解决方案
npm ERR! code EINTEGRITY 安装taro报错解决方案