zishu's blog

zishu's blog

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

Error in npm install and how to disable local proxy

When running npm install to download dependencies, the following error occurred, the request failed.

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

After debugging, it was found to be an issue with the local proxy, so it was canceled.

npm config delete proxy
npm config delete https-proxy

npm install ran successfully and completed.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.