Node.js
curl --silent --location https://deb.nodesource.com/setup_0.12 | sudo bash -
sudo apt install --yes nodejs build-essential
sudo npm install npm bower grunt-cli yo -g
sudo npm install n -g
sudo n stable
sudo npm update -g bower
sudo npm update -g yo
npm cache clear