2022-04-14 npm install 报错 connec
2022-04-13 本文已影响0人
追寻1989
![](https://img.haomeiwen.com/i14707169/d15a34fb85a38299.png)
代理设置有误可以先还原:
npm config set proxy null
npm config set https-proxy null
npm config set registry http://registry.npmjs.org/
如果想设置淘宝镜像再设置:
npm config set registry http://registry.npm.taobao.org/