Installing and Using NVM - Coding Ninjas
Installing and Using NVM - Coding Ninjas
Introduction
● Node Version Manager (NVM) is a useful tool that allows you to easily
manage multiple Node.js installations on your computer. With NVM, you can
quickly switch between different Node.js versions, install new ones, and
manage dependencies.
● In this document, we will guide you through the process of installing NVM on
Mac, Linux, and Windows operating systems. We will also cover some basic
NVM commands to help you get started.
2. Install NVM by running the following command in the terminal: curl -o-
https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.s
h | bash
NVM is mostly supported on Linux and Mac. It doesn't have support for Windows.
nvm-windows, however, is a comparable utility developed by coreybutler to offer a
nvm experience in Windows.
1. Download and run the NVM Windows installer from the following GitHub
repository: https://github.com/coreybutler/nvm-windows/releases