Node.js and npm Installation on my Ubuntu 20.04.2 LTS
Hi folks,
Here I'm going to share how to install Node.js and npm on Ubuntu.
Finally changed my OS from Windows to Ubuntu 20.04.2 LTS. Now I'm going to set up Node.js.
Step 1
First, we have to update our all ubuntu packages by
sudo apt update
Step 2
...
ramya.hashnode.dev2 min read