zishu's blog

zishu's blog

一个热爱生活的博主。https://zishu.me

npm install 报错和取消本地代理的问题

npm install下载依赖包的时候出现下面错误,请求失败。

npm ERR! FetchError: request to https://registry.npm.taobao.org/cnpm failed, reason: connect ECONNREFUSED 127.0.0.1:1181

调试过后发现是本地代理的问题,取消它。

npm config delete proxy
npm config delete https-proxy

npm install 成功运行,完毕。

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。