Installer nodejs on Debian 9

apt-get update
apt-get install sudo
sudo apt-get install curl software-properties-common
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt-get install nodejs
node -v 
npm -v 

Sources : site tecadmin

CC BY SA  ( Christophe BĂ©asse - Octobre 2017 )