解决npm ERR! Unexpected end of JSON input while parsing near的方法

这两天执行 npm install 时会报错误:

npm ERR! Unexpected end of JSON input while parsing near

清除cache

npm cache clean --force

安装包

npm cache clean --force
原文地址:https://www.cnblogs.com/loveyouyou616/p/10365671.html