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

npm安装淘宝镜像报错

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

npm config list

npm config set proxy null

npm config set http-proxy null

npm config set https-proxy null

原文地址:https://www.cnblogs.com/panpan0301/p/14412662.html