1.遇到了不少关于下载时的镜像问题
npm ERR! Unexpected end of JSON input while parsing near ‘…org\r\n\r\nwsFcBAEBCA’
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\23910\AppData\Roaming\npm-cache_logs\2020-05-17T04_14_17_165Z-debug.log
这就是我下载时遇到的问题。
2.解决办法是更改国内镜像
1.清理缓存:npm cache clean --force
这里他会提示 I sure hope you know what you are doing 的警告,没关系继续。
2.设置镜像:npm config set registry https://registry.npm.taobao.org/
3.更改镜像:npm config get registry https://registry.npm.taobao.org/
4.下载你所需东西:npm install