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 from Heidelberg, Germany. I am a passionate IT freelancer with 15+ years experience in programming, especially in developing web based applications for companies that range from small startups to the big players out there. I create Bosycom and initiated several software projects.