biubiubiu...

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

问题现象: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

 

posted @ 2020-12-28 16:01  了恩  阅读(9214)  评论(0编辑  收藏  举报