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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
  • 2021-06-01
  • 2021-10-08
  • 2021-06-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
相关资源
相似解决方案