How to Install Node.js and NPM on Ubuntu 18.04 LTS Using Ubuntu's Official Repository?
Step 1: Open Terminal.
Step 2: Update System Repositories:-
sudo apt update
Step 3: Install Node.js by command below:-
sudo apt install node.js
Step 4: Install npm by command below:-
sudo apt install npm
Thanks for watching, please like and subscribe
==============================================
https://www.facebook.com/HowtoTutorialsByAmit/