install Node.js

Install latest version

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
Bash
sudo apt-get install -y nodejs
Bash

node version & npm version

node -v
Bash
npm -v
Bash

Command explanation