npm ERR! code EINTEGRITY问题解决方案

Posted dapengfly

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm ERR! code EINTEGRITY问题解决方案相关的知识,希望对你有一定的参考价值。

ng new auction 的时候发生错误

npm ERR! code EINTEGRITY
npm ERR! sha1-HL9h0F1rliaSROtqO85L2RTg8Aw= integrity checksum failed when using
sha1: wanted sha1-HL9h0F1rliaSROtqO85L2RTg8Aw= but got sha1-tar5Z+PWK36XC8GUqx0S
Bg9vLKk=. (1991280 bytes)


技术分享图片

 

出现此种问题的原因是npm的版本过低

运行npm install -g npm后

再运行ng new auction





以上是关于npm ERR! code EINTEGRITY问题解决方案的主要内容,如果未能解决你的问题,请参考以下文章

npm ERR! code EINTEGRITY处理

npm install 报错:ERR! code EINTEGRITY 解决方案

问题解决npm ERR! code EINTEGRITY

npm ERR! code EINTEGRITY 安装taro报错解决方案

npm ERR! code EINTEGRITY问题解决方案

当我运行`npm install`时,它返回`ERR!代码 EINTEGRITY` (npm 5.3.0)