最近在創建vue項目,安裝依賴時總是報錯,導致無法安裝成功。
問題:
npm install
報錯:Unexpected end of JSON input while parsing near '...pendencies":{"eslint"'
解決方法:
1、清除cache
在 C:/Users/PC/AppData/Roaming/npm-cache
文件夾下執行以下命令:
npm cache clean --force
2、重新安裝依賴
執行命令:npm install
(注:不建議使用淘寶鏡像。如果以上方法實在是不能解決問題可以嘗試以下cnpm
)