npm install出错Unexpected end of JSON解决方法

问题描述:

Unexpected end of JSON input while parsing near '…"

解决办法:

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

npm install --registry=https://registry.npm.taobao.org --loglevel=silly
npm cache clean --force
npm install
posted @ 2020-05-07 10:46  张占岭  阅读(1132)  评论(0编辑  收藏  举报