NodeJs Installation - Ubuntu
Install Node.js and npm on Ubuntu using the official repository
Node.js is available on Ubuntu. So all you need to do is to open a terminal and use the following command:
sudo apt install nodejs
To install npm, use the following command:
sudo apt ins...
blog.altafshaikh.in2 min read