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
wget -qO- https://deb.nodesource.com/setup_X.x | sudo bash - sudo apt-get install -y nodejs