Closed
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