In this video I am going to show you, how to install node, npm and upgrade to stable version.
What you learn from this video-----
1: how to install nodejs and npm on ubuntu 20.04 or any linux distro
how to check node, npm version
2: how to do upgrade nodejs to stable version or latest version
3: how to uninstall n, nodejs and npm
if you want to install latest version
commands:
sudo n latest
if you want to uninstall n
sudo npm uninstall -g n
if you want to uninstall nodejs
commands:
sudo apt purge nodejs
open terminal by pressing ctrl+alt+t at the same time
If you like this video give a like and subscribe this channel.