【NPM】npm ERR! Unexpected end of JSON input while parsing near '...",'解決方案


問題描述

今天安裝項目依賴npm install 的時候出現錯誤:

npm ERR! Unexpected end of JSON input while parsing near '...e":"^23.5.0","listr":'

方案一:

第一步:

npm cache clean --force

第二步:(再安裝)

npm install --registry=https://registry.npm.taobao.org

方案二

執行以上操作依然沒解決問題。最后切換為官方鏡像后解決了,具體原因不詳。
第一步:

npm cache clean --force

第二步:(再安裝)

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


免責聲明!

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



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