Node.js

Install the Latest Node.js

sudo apt install nodejs

sudo apt install npm

sudo npm install n -g

For the latest stable version of Node JS:

sudo n stable

node --version