解決npm ERR! Unexpected end of JSON input while parsing near的方法匯總


npm ERR! Unexpected end of JSON input while parsing near

這個錯誤的解決方法有以下幾種:

1.刪掉package.lock.json

2.清除cache

npm cache clean --force

3.進入下面這個文件夾清除cache
路徑:C:/Users/PC/AppData/Roaming/npm-cache
執行:

npm cache clean --force

4.不要用淘寶鏡像

npm set registry https://registry.npmjs.org/

或者使用淘寶鏡像cnpm install


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM