-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
invalidIssues and PRs that are invalid.Issues and PRs that are invalid.npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.
Description
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
Metadata
Metadata
Assignees
Labels
invalidIssues and PRs that are invalid.Issues and PRs that are invalid.npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.