天天看點

13. npm安裝vue報錯: Unexpected end of Json input while parsing near 。。。

13. npm安裝vue報錯: Unexpected end of Json input while parsing near 。。。

當時安裝的node.js是

13. npm安裝vue報錯: Unexpected end of Json input while parsing near 。。。

網上百度了一圈,

原因是: npm 版本與node版本還有webpack版本之間的問題,

解決辦法: 可以清理緩存,“ npm cache clean --force 就可以解決,

然而,我試了之後,再次npm install -g @vue/cli  卻依舊報同樣錯誤

最終解決是通過: 解除安裝原來安裝node.js,重新安裝node.js

13. npm安裝vue報錯: Unexpected end of Json input while parsing near 。。。

哦吼,然後問題完美解決了

 注意:在這個問題出現同時,還出現另一個問題: npm安裝淘寶npm鏡像源:

          npm install -g cnpm --registry=https://registry.npm.taobao.org  指令執行完成之後,

      指令行輸入: cnpm -v 後回車,提示: cnpm不是内部或外部指令,也不是可運作的程式或批處理檔案。再重新按章node.js之後,該問題也完美消失了