install node:
sudo apt-get install curl
curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
sudo apt-get install nodejs
install npm
apt-get install npm
update npm
npm install -g npm
from: http://stackoverflow.com/