当前位置:网站首页>npm升级后问题,慌得一批
npm升级后问题,慌得一批
2022-04-23 05:20:00 【process1212】
大佬原文:点这里
npm ERR! code EINTEGRITY 解决方案
天魂_TH 关注
2017.08.31 17:38* 字数 170 阅读 11625评论 3喜欢 1
npm升级后,npm install 报错了,这就尴尬了。
Google了一下在这里(https://github.com/npm/npm/issues/16861)找到了解决方案:
里面各种解决方案,让Try这个命令Try那个命令,看着一脸懵逼不知道该用那个命令,浏览评论的时候发现“npm cache verify”这条命令帮助了不少人,然后果断在iterm2执行了,嗯,莫名其妙的好了。
评论里的命令有下面这些:
npm cache verify
npm cache clean
npm cache clean --force
npm i -g npm
grep -ir "sha1-xxxxxxxxxxxxxxxx" ~/.npm
实在不行就一条一条执行试试,看那个能帮到你
版权声明
本文为[process1212]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_33589252/article/details/84589475
边栏推荐
- Study notes: unity customsrp-10-point and spot shadows
- Top 25 Devops tools in 2021 (Part 2)
- Data security has become a hidden danger. Let's see how vivo can make "user data" armor again
- Pandas to_ SQL function pit avoidance guide "with correct code to run"
- One month countdown, pgconf What are the highlights of the latest outlook of asia2021 Asian Conference?
- The introduction of lean management needs to achieve these nine points in advance
- In aggregated query without group by, expression 1 of select list contains nonaggregated column
- What are the most popular recruitment technical skills in 2022? You can't think of it
- Musk and twitter storm drama
- Servlet3 0 + event driven for high performance long polling
猜你喜欢
随机推荐
Uglifyjs compress JS
领域驱动模型DDD(三)——使用Saga管理事务
Five key technologies to improve the devsecops framework
MySQL views the SQL statement details executed by the optimizer
領域驅動模型DDD(三)——使用Saga管理事務
One month countdown, pgconf What are the highlights of the latest outlook of asia2021 Asian Conference?
API slow interface analysis
Implementation of resnet-34 CNN with kears
如何在Word中添加漂亮的代码块 | 很全的方法整理和比较
好的测试数据管理,到底要怎么做?
Interesting prime number problem hdu5750
Swing display time (click once to display once)
学习笔记:Unity CustomSRP-13-ColorGrading
引入精益管理方式,需要提前做到这九点
Discussion on flow restriction
Low code and no code considerations
Study notes: unity customsrp-11-post processing --- bloom
MySQL foreign key constraint
Get the number of days between dates, get the Chinese date, get the date of the next Monday of the date, get the working day, get the rest day
Installing kuberneters using kubedm









