🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## **FetchError: reguest to https://registry.npm.taobao.org/moment failed, reason: connect ECONNREFUSED 127.0.0.1:31181** ![](https://img.kancloud.cn/5d/3b/5d3bdb882b66b35b42a0765926d14483_1199x190.png) ## 解决方案 1. 清空相关代理。 ~~~ > npm config delete https-proxy > npm config delete proxy > npm config get https-proxy ~~~ 2. 查看镜像源。 ~~~ > npm config get https-proxy null > npm config get registry https://registry.npm.taobao.org/ ~~~ 3. 重新安装。 ~~~ > npm inistall ~~~