create-react-app 報錯 Unexpected end of JSON input while parsing near '


按照官方文檔安裝create-react-app后,執行npx create-react-app后報錯:

Unexpected end of JSON input while parsing near ......

執行下面命令可解決

npm cache clean --force ,

:執行后可以用以下命令檢查

npm cache verify

如果還是不行,查看一下npm版本,不是最新的更新一下: 

npm i -g npm

再有就是試一下換npm的鏡像服務器(實測,這個也不行)

npm config set registry http://registry.cnpmjs.org
或(這個是原始服務器)
npm config set registry http://registry.npmjs.org
或(實測國內最快)
npm config set registry https://registry.npm.taobao.org

 最后項目創建成功:


免責聲明!

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



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