Member-only story

How To Run Multiple Versions of Node.js with Node Version Manager

Gautamankul
4 min readFeb 17, 2025

--

Overseeing several Angular and Node.js versions for various projects

How To Run Multiple Versions of Node.js with Node Version Manager

Hey Folks, today we are going to discuss How To Run Multiple Versions of Node.js with Node Version Manage

Prerequisite:

  1. Adminstrator account window
  2. Node.js
  3. Angular js

At times, we have multiple projects on our machine, each with a different Node.js version and an Angular version, making it challenging to stick to a single version.

That ‘s problem overcomes using nvm (node version manager) , which allows us to easily switch between different Node.js versions as needed. Additionally, by using Angular CLI, we can manage different Angular project versions efficiently, ensuring compatibility across our development environment.

a. Installaion nvm :

To get started, you will need to install the Node Version Manager, or nvm, on your system. You can install it manually official github repository.

Note: If you have already installed node.js do not worry about it it will handle system node version also.

b. Installing Multiple Node.js Versions:

--

--

Gautamankul
Gautamankul

Written by Gautamankul

A Software Developer Engineer & Entrepreneur and along with i am a Buddhist.

No responses yet