Step 1 ( Update Server )
sudo apt update
Step 2 ( Get & Install Node JS )
sudo apt install nodejs
Install Node JS
sudo apt install -y nodejs
Step 3 ( Check Node JS & NPM Version )
node -v
npm -v