ant-design-pro npm install安装报错

npm install 时报错类型
1、npm ERR! Unexpected end of JSON input while parsing near ‘…Vw9EwLULFMnAcWmvSOgfu’
2、npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2019-08-29T06_10_01_606Z-debug.log
3、npm ERR! Unexpected end of JSON input while parsing near ‘…n-syntax-optional-cat’
4、errno -4048

解决办法
1、删除:node_modules 文件夹
ant-design-pro npm install安装报错_第1张图片
2、执行: npm cache clean --force
在这里插入图片描述
3、删除:C:\Users\用户名.npmrc
在这里插入图片描述
4、设置淘宝镜像和代理(看是否需要):
npm config set registry https://registry.npm.taobao.org
npm config set proxy http://proxy.cmcc:8080
ant-design-pro npm install安装报错_第2张图片
5、npm install

6、npm start

你可能感兴趣的:(React)