I've installed the latest node.js msi on windows vista. I try to use npm but always get the error "failed to fetch from registry" in \lib\utils\npm-registry-client\get.js:139:12 with any package. I also used an http registry to disqualify an ssl issue with no avail. Also when I set http-proxy I see that nothing is actually sent.

Any idea?

link|improve this question

80% accept rate
Have you tried accessing the registry sites in your browser to rule out connection issues? I've always had good luck with the installer just working. – Timothy Strimple Jan 28 at 3:52
registry url is registry.npmjs.org – booyaa Jan 30 at 11:09
are you behind a proxy? – EhevuTov Jan 31 at 22:31
Sometimes yes. I am now able to sometimes use npm but it is unstable and not all modules work. Many time I need to install manually. – Yaron Naveh Feb 1 at 9:39
It has been a while since you posted this. Are you still having problems with the latest version? – Timothy Strimple Mar 26 at 20:49
show 2 more comments
feedback

1 Answer

up vote 0 down vote accepted

I've upgraded to a newer version (1.1.6) and it works great now!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.