Unexpected end of JSON input while parsing near '…"

解决办法:

设置仓库为淘宝的,然后清除缓存,重新下载依赖包

npm install --registry=https://registry.npm.taobao.org --loglevel=silly
npm cache clean --force
npm install

相关文章: