npm install的时候报-4058的错

npm ERR! -4058
npm ERR! Unexpected end of JSON input while parsing near '...TuHxXJaknDulF3AdSBoul'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\xxx\AppData\Roaming\npm-cache\_logs\2019-12-22T03_12_06_342Z-debug.log

报这个错的时候,用下面两个命令行

npm cache clean --force
npm i -g npm

然后就可以npm install了

posted @ 2020-11-27 13:43  武向前  阅读(3385)  评论(0编辑  收藏  举报