related to this question here which i have set up correctly as the npm install <package>
was working before
but now I am getting this, but i am not sure what has changed. Does anyone have any advice?
UserName@WIECL0276 ~$ npm config list
; cli configs
registry = "https://registry.npmjs.org/"
user-agent = "npm/1.4.14 node/v0.10.29 win32 x64"
; userconfig C:\Users\UserName\.npmrc
https-proxy = "https://localhost:53128/"
proxy = "http://localhost:53128/"
; globalconfig C:\Users\UserName\AppData\Roaming\npm\etc\npmrc
proxy = "http://localhost:53128/"
; builtin config undefined
prefix = "C:\\Users\\UserName\\AppData\\Roaming\\npm"
; node bin location = C:\Program Files\nodejs\node.exe
; cwd = C:\cygwin64\home\UserName
; HOME = C:\Users\UserName
; 'npm config ls -l' to show all defaults.
UserName@WIECL0276 ~
$ npm config set registry "http://registry.npmjs.org/"
UserName@WIECL0276 ~
$ npm install csv
npm ERR! Error: connect ECONNREFUSED
. . .
npm ERR! errno ECONNREFUSED
npm ERR! stack Error: connect ECONNREFUSED
npm ERR! stack at errnoException (net.js:904:11)
npm ERR! stack at Object.afterConnect [as oncomplete] (net.js:895:19)
npm