How to Install nvm on Ubuntu 22.04| 2024

preview_player
Показать описание
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.

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
Рекомендации по теме
Комментарии
Автор

Thank you. Keep gooing with the good work.

manojv