问题现象: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 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
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。