Fork me on GitHub

当遇到npm ERR! Unexpected end of JSON input while parsing near……时的解决办法

运行npm install时有时会遇到以下错误:

npm ERR! Unexpected end of JSON input while parsing near ...

这时可以先执行下面的命令:

npm cache clean --force

然后再执行npm install就可以了

posted @ 2019-07-14 12:28  豌豆爸爸Aaron  阅读(6196)  评论(0编辑  收藏  举报