Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Trying to install npm for node v0.6.2 using

$ curl http://npmjs.org/install.sh

but encountered error from cURL saying,

curl: (2) Failed initialization.

I tried cURL other links also, but same error keeps coming. I tried google it, but could not found any good solution to fix this error. Please help me in fixing this or other way to install npm.

P.S. - I use Ubuntu 10.04 and I had npm configured earlier, but uninstalled it.

share|improve this question
I'm not sure why cURL won't work or I'd answer, but wget is a pretty solution as well. "wget npmjs.org/install.sh"; – cabbagebot Jul 19 '12 at 14:02
@cabbagebot - Tried Copying the npm-install.sh file you specified in a local file and executed it. Looks like installation file also uses cURL for installation. – Neeraj Khandelwal Jul 21 '12 at 7:14
Sorry I missed this. I assume the script then fails to initialize cURL as well? – cabbagebot Jul 24 '12 at 14:49
@cabbagebot - yes! – Neeraj Khandelwal Jul 27 '12 at 11:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.