How to install multiple versions of node and select version using nvm

Thomas Peters
Sep 4, 2023

windows

installing nvm for windows 10

  • Using your browser navigate to the Git repository for nvm-windows located over here.
  • Click on the ‘nvm-setup.zip’ link from the ‘assets’ table as shown in the image below.
nvm --version
nvm install <version>
nvm use <version>
nvm list

--

--