首页 > Web开发 > 详细

npm install 报错:“npm :this is an error with npm itself. Please report this error at: <https://github.com/npm/npm/issues>”

时间:2020-12-28 16:20:48      阅读:3378      评论:0      收藏:0      [点我收藏+]

问题现象:npm i后报错:“npm :this is an error with npm itself. Please report this error at: <https://github.com/npm/npm/issues>”

  

 

解决方法:

  方法1:npm cache clean -f  // 清除npm缓存

     

  方法2: npm i npm  // 更新npm版本

 

  方法3:删除package-lock.json

 

npm install 报错:“npm :this is an error with npm itself. Please report this error at: <https://github.com/npm/npm/issues>”

原文:https://www.cnblogs.com/keepLeung/p/14202068.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!