FetchError: request to https://registry.npm.taobao.org/vue-loader failed, reason: connect ECONNREFUS

在下载npm时出现问题,我在网上查找后执行以下命令后再下载就成功了

npm config set proxy null
npm config set https-proxy null
npm --registry https://registry.npm.taobao.org info underscore

你可能感兴趣的:(web,npm,前端,javascript)