Pour installer Node JS 10.x :
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
Pour installer Node JS 9.x :
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
Pour installer Node JS 8.x :
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
Ensuite installation de gulp, foundation, bower en global :
sudo npm install -g gulp gulp-cli foundation bower
Ajouter un commentaire