> 
> Email: (this IS public) jirong...@otpp.com
> npm ERR! Windows_NT 6.1.7601
> npm ERR! argv "C:\\Tools\\nodejs\\node.exe" 
> "C:\\Tools\\nodejs\\node_modules\\npm\\bin\\npm-cli.js"
> "adduser"
> npm ERR! node v4.1.1
> npm ERR! npm  v2.14.4
> npm ERR! code ECONNREFUSED
> npm ERR! errno ECONNREFUSED
> npm ERR! syscall connect
> 
> npm ERR! Error: connect ECONNREFUSED 127.0.0.1:80
> npm ERR!     at Object.exports._errnoException (util.js:837:11)
> npm ERR!     at exports._exceptionWithHostPort (util.js:860:20)
> npm ERR!     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1060:14)
> npm ERR!  { [Error: connect ECONNREFUSED 127.0.0.1:80]
> npm ERR!   code: 'ECONNREFUSED',
> npm ERR!   errno: 'ECONNREFUSED',
> npm ERR!   syscall: 'connect',
> npm ERR!   address: '127.0.0.1',
> npm ERR!   port: 80 }
> npm ERR!

Something is directing the connection to go via localhost on port 80 -- but 
either that's firewalled or nothing is listening. Setting a proxy or the 
registry URL would do this, or something on your network making DNS redirect to 
localhost (common for blocking)

Aria

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/876D025D-075E-4FA2-A1EC-C85B7DAAEDA5%40dinhe.net.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to