問題現象: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刪除。