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.