OPERATING SYSTEMSOS Linux

Installing nvm in Ubuntu 22.04| 2024

This video is about installing node version manager in your ubuntu machine. You can learn some basic nvm commands to switch between versions and use them.

NVM github url for installation 👉 -https://github.com/nvm-sh/nvm

Basic Commands
source ~/.bashrc

To list the available node version to install
nvm list-remote

Versions already installed in your machine
nvm list

Switch and use Node version 12
nvm use 12

Uninstall a node version
nvm uninstall [node_version]

Make sure You subscribe to My Channel
🚩 Subscribe – http://bit.ly/3QnESnI

source

ubuntu