Node.js et npm

Installation

Des infos :

 # Note the new setup script name for Node.js v0.12
 curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
 
 # Then install with:
 sudo apt-get install -y nodejs