The error log you posted asks you to mail to a different list: >> npm ERR! or email it to: >> npm ERR! <[email protected]>
:-) Have you tried setting an https-proxy config value? See 'npm help config' for more on how to do that. Even though you can visit the web sites you mention, that could be because your browser is auto-configured with the appropriate proxy settings. -- Martin Cooper On Mon, Feb 27, 2012 at 5:32 PM, Liu Yongjian <[email protected]> wrote: > Here is the log message printed on the screen : > >> npm http GET https://registry.npmjs.org/tower >> >> npm ERR! Error: failed to fetch from registry: tower >> npm ERR! at C:\Program Files >> (x86)\nodejs\node_modules\npm\lib\utils\npm-registry-client\get.js:139:12 >> npm ERR! at cb (C:\Program Files >> (x86)\nodejs\node_modules\npm\lib\utils\npm-registry-client\request.js:32:9) >> npm ERR! at Request._callback (C:\Program Files >> (x86)\nodejs\node_modules\npm\lib\utils\npm-registry-client\request. >> js:137:18) >> npm ERR! at Request.callback (C:\Program Files >> (x86)\nodejs\node_modules\npm\node_modules\request\main.js:109:22) >> npm ERR! at Request.<anonymous> (C:\Program Files >> (x86)\nodejs\node_modules\npm\node_modules\request\main.js:198:58) >> >> npm ERR! at Request.emit (events.js:88:20) >> npm ERR! at ClientRequest.<anonymous> (C:\Program Files >> (x86)\nodejs\node_modules\npm\node_modules\request\main.js:1 >> 95:10) >> npm ERR! at ClientRequest.emit (events.js:67:17) >> npm ERR! at CleartextStream.<anonymous> (http.js:1137:11) >> npm ERR! at CleartextStream.emit (events.js:67:17) >> npm ERR! You may report this log at: >> npm ERR! <http://github.com/isaacs/npm/issues> >> npm ERR! or email it to: >> npm ERR! <[email protected]> >> npm ERR! >> npm ERR! System Windows_NT 6.1.7600 >> npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" >> "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\ >> \npm-cli.js" "install" "tower" "-g" >> npm ERR! cwd e:\nodejsworkspace >> npm ERR! node -v v0.6.11 >> npm ERR! npm -v 1.1.1 >> npm ERR! message failed to fetch from registry: tower >> npm ERR! >> npm ERR! Additional logging details can be found in: >> npm ERR! e:\nodejsworkspace\npm-debug.log >> npm not ok >> > > PS: I am behind the company firewall but I can visit google.com , baidu.com > etc > > -- > Thank you > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > 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 post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
