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
Unexpected end of JSON input while parsing near '…"
设置仓库为淘宝的,然后清除缓存,重新下载依赖包
npm install --registry=https://registry.npm.taobao.org --loglevel=silly
npm cache clean --force
npm install