npm install出現"Unexpected end of JSON input while parsing near"錯誤解決方法
今天在安裝新的vue環境的時候報錯了,錯誤為"Unexpected end of JSON input while parsing near........."
此時,運行代碼:
npm cache clean --force
問題就可以解決
今天在安裝新的vue環境的時候報錯了,錯誤為"Unexpected end of JSON input while parsing near........."
此時,運行代碼:
npm cache clean --force
問題就可以解決