When you do an npm install
and get an error message like this one:
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! network request to https://registry.npmjs.org/windows-build-tools failed, reason: Client network socket disconnected before secure TLS connection was established
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
the problem might be you're behind a proxy and need to configure this for npm.
You need to set proxy
and https-proxy
for npm, like this (in your preferred command tool):
npm config set proxy http://your-proxy-url:8080
npm config set https-proxy https://your-proxy-url:8080
Setting strict-ssl
to false might be an idea too, if you really know what you're doing.
npm config set strict-ssl false
Top comments (1)
How to setup Node.js and Npm behind a corporate web proxy? Vashikaran Baba Contact Number