Install nodejs on ubuntu
When installing nodejs on Ubuntu 12.10, it was not working right away
sudo apt-get install nodejs npmI had to add a link to have 'node' (and not only nodejs) in my path
sudo ln -s /usr/bin/nodejs /usr/local/bin/node