kgaut.net // Développeur web PHP / Drupal freelance
contactez-moi

Installer Node JS 10 et npm sur Ubuntu

Cet article a été écrit il y a plus de quatre ans, son contenu n'est peut-être plus d'actualité.

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

 

 

Commentaires (0)