npm install 报错 ECONNREFUSED
问题: 安装react项目依赖时,一直报error code ECONNREFUSED,error FetchError : request to http://host:8081/ 。
分析: 排查发现请求的这个地址是.npmrc中配置了这个地址,这个地址是公司的仓库地址,当前机器上连着vpn不能访问公司网络。
解决方案:退出vpn后,继续使用 npm install ,可以顺利安装依赖。
扩展:.npmrc是配置npm仓库镜像地址。
参考文章: npm install 报错 ECONNREFUSED : https://blog.csdn.net/dbikxb25435927/article/details/102317716 .npmrc 文件的作用 : https://www.jianshu.com/p/5a1bc7123f31
共有 0 条评论