报错提示
解决办法
按照以下的顺序执行命令行
检查自己的代理
bash
npm config get proxy
npm config get npm config get https-proxy
npm config get registry
代理和缓存置空并且设置新镜像
bash
npm config set proxy null
npm config set https-proxy null
npm config set registry https://registry.npmjs.org/
成功执行