npm安装淘宝镜像报错

npm安装淘宝镜像报错error code ECONNRESET

 

将proxy,https-proxy,http-proxy设置为null 

npm config list

npm安装淘宝镜像报错error code ECONNRESET

 

npm config set proxy null

npm config set http-proxy null

npm config set https-proxy null

 

相关文章: