zishu's blog

zishu's blog

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

Error and cancellation of local proxy in npm install

When downloading dependencies with npm install, the following error occurs, and the request fails.

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 a problem with the local proxy, so cancel it.

npm config delete proxy
npm config delete https-proxy

npm install runs successfully, and it is complete.

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