This article's content
Managing different node version with nvm on Windows

Nvm (Node Version Manager) allows you to quickly install and use different versions of node via the command line.

Install nvm-windows.

Managing node versions

Check your current node version

node -v

Install specific node version

nvm install 16

Install the latest lts version

nvm install lts

Switching to specific Node version

This command needs admin rights:

nvm use 16

About Author

Mathias Bothe To my job profile

I am Mathias, born 40 years ago in Heidelberg, Germany. Today I am living in Munich and Stockholm. I am a passionate IT freelancer with more than 16 years experience in programming, especially in developing web based applications for companies that range from small startups to the big players out there. I am founder of bosy.com, creator of the security service platform BosyProtect© and initiator of several other software projects.