I have found this method for easy and quick install for node.js on ubuntu 14.04 LTS.
Simply add following repo source and then update and install NodeJs:
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
And to install npm on global level:
sudo npm install npm -g
Source: Blog-izs.me