npm install 报错:
npm ERR! Unexpected end of JSON input while parsing near '..."^2.8.14"},"_hasShrin'
npm ERR! A complete log of this run can be found in:
...
打开终端 命令:
第一步 , 设置taobao registry
npm install --registry=https://registry.npm.taobao.org --loglevel=silly
第二步 , 清楚没用的文件
npm cache clean --force
就可以npm install 开发项目了
--------------------------------------------------------