If you are using an ubuntu, simply do
$ sudo apt-get install npm
:)
this will install nodejs and other required stuff like
build-essential dpkg-dev nodejs nodejs-dev
New versions of node is installed as nodejs. Symlink it.
sudo ln -s /usr/bin/nodejs /usr/bin/node