sudo apt update
sudo apt upgrade
sudo apt install build-essential
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash –
sudo apt install nodejs
node -v
npm -v
sudo apt update
sudo apt upgrade
sudo apt install build-essential
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash –
sudo apt install nodejs
node -v
npm -v