bkmeneguello
11/3/2015 - 8:25 PM

Install NodeJS and NPM

sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs

curl -L https://www.npmjs.org/install.sh | sudo sh