企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## **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 ~~~