npm ERR! Unexpected end of JSON input while parsing near '....1","table":"^3.7.8",' npm ERR! A c...

執(zhí)行npm install時出現(xiàn)以下錯誤
npm ERR! Unexpected end of JSON input while parsing near '....1","table":"^3.7.8",'

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\andro\AppData\Roaming\npm-cache_logs\2019-05-20T07_05_51_075Z-debug.log

解決方法:
1.直接執(zhí)行 npm cache clean --force, 如果執(zhí)行成功,再npm install即可。
2.如果執(zhí)行失敗,請先升級npm,即npm i -g npm, 最后再執(zhí)行npm cache clean --force, 最后再npm install.
3.如果還執(zhí)行失敗,那就先npm cache verify,再npm cache clean --force,最后再npm install。
4.如果還是失敗,循環(huán)執(zhí)行npm cache clean --force,然后再npm install。

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

推薦閱讀更多精彩內(nèi)容