Install Latest Version Of Node Js Via NVM In Linux

Hello linux lover hope you are doing great. In this tutorial i am going to share with you that how we can install or setup nvm and then install latest node js via nvm. So now how we can setup or install node js via nvm in linux distros like ubuntu fedora debian or cent os? 

Just run below command to install nvm in linux:

command

 

After running the command. close your terminal and reopen ( you have to must do it ) then run this command to install node js latest version.

command
run : nvm install v14.15.5

 

Now you can check by typing node -v. You will get the update version of node js in your system.

 

 

#linux #nvm