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
On Ubuntu 14.04.5 LTSthe easier way is
1 Install npm:
sudo apt-get install npm
nsudo npm install n -g
sudo n latest
If you prefer to install a specific version of `node you can
2.1 List available node versions
n ls
2.2 and the install a specific version
sudo n 4.5.0