我有一个github回购协议,从中我提取代码并完成 npm install
这会导致这样的错误,
npm ERR! code EINTEGRITY
npm ERR! Verification failed while extracting @my-package@^1.2.0:
npm ERR! Verification failed while extracting @my-package@^1.2.0:
npm ERR! Integrity check failed:
npm ERR! Wanted: sha512-lQ...HA==
npm ERR! Found: sha512-nH...ow==
尽管我提到了多个类似的解决方案,但他们提到我们需要删除 package-lock.json
但我的领导要求我不要删除锁文件,所有机器都需要相同的锁文件。
如何在不删除的情况下消除此错误 package-lock.json
文件
删除 node_modules
做 npm i
没有任何技巧,上述错误仍然存在。。
暂无答案!
目前还没有任何答案,快来回答吧!