This is the way I installed nodejs in ubuntu 14.04 LTS:
sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get install nodejs
When I c
This worked for me:
sudo npm cache clean -f sudo npm install -g n sudo n stable
Hope it helps someone too :)