-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECONNREFUSSED 103.245.222.162:80 #4566
Comments
That doesn't look like a node.js core issue to me. You may want to try reporting it here but it's in all likelihood a problem local to your environment. Good luck. |
bnoordhuis
added
invalid
Issues and PRs that are invalid.
npm
Issues and PRs related to the npm client dependency or the npm registry.
labels
Jan 7, 2016
This was referenced Sep 15, 2021
This was referenced Dec 6, 2023
This was referenced Dec 6, 2023
This was referenced Dec 7, 2023
This was referenced Dec 7, 2023
This was referenced Dec 7, 2023
This was referenced Dec 7, 2023
This was referenced Dec 8, 2023
This was referenced Dec 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to install grunt using "npm install -g grunt-cli", after some ECONNREFUSSED error is throwing. even when tried "npm install" in angular root project directory for many dependency component this error is throwing
npm-debug - Copy.txt
Node version : v5.0.0
npm version : 3.3.6
Admin right is there, necessary proxy setting been done like below
npm config set https-proxy=http://IP:PORT
npm config set http-proxy=http://IP:PORT
npm config set registry http://registry.npmjs.org(checked with both http and https)
npm config set strict-ssl false
npm-debug -grunt.txt
The text was updated successfully, but these errors were encountered: