码迷,mamicode.com
首页 > 其他好文 > 详细

npm ERR! code EINTEGRITY

时间:2020-07-21 13:46:43      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:文件   解决   grep   json   code   方法   nod   verify   网上   

在网上找了很多方法,有许多命令进行了尝试

失败方案:

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

标签:文件   解决   grep   json   code   方法   nod   verify   网上   

原文地址:https://www.cnblogs.com/qingfengliuyue/p/13353823.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!