問題描述
今天安裝項目依賴npm install 的時候出現錯誤:
npm ERR! Unexpected end of JSON input while parsing near '...e":"^23.5.0","listr":'
方案一:
第一步:
npm cache clean --force
第二步:(再安裝)
npm install --registry=https://registry.npm.taobao.org
方案二
執行以上操作依然沒解決問題。最后切換為官方鏡像后解決了,具體原因不詳。
第一步:
npm cache clean --force
第二步:(再安裝)
npm set registry https://registry.npmjs.org/