“Unexpected end of JSON input while parsing near···”錯誤解決方案
背景:使用git管理項目,git pull 項目檔案後運作npm install 時報錯,錯誤是:Unexpected end of JSON input while parsing near···
解決方法:先清除緩存,再重新安裝
清除緩存
npm cache clean --force
重新安裝
npm install
“Unexpected end of JSON input while parsing near···”錯誤解決方案
背景:使用git管理項目,git pull 項目檔案後運作npm install 時報錯,錯誤是:Unexpected end of JSON input while parsing near···
清除緩存
npm cache clean --force
重新安裝
npm install