


This also means you can install multiple Node versions onto your machine at the same time and switch among them if needed. Think of it as npm or Yarn that helps manage Node packages, but instead of packages, NVM manages Node versions. Node Version Manager is a tool that helps us manage Node versions and is a convenient way to install Node. In this article, we’ll focus on Node.js and Node Version Manager (NVM), a tool that allows users to quickly install Node versions directly from the CLI and effortlessly switch between versions. As developers, working on multiple projects simultaneously is normal, but switching between different versions of software can become painstaking and annoying. When tech evolves, especially in development, versioning issues can arise. I love building stuff with great technology. I would recommend using the recommended for most users.Precious Luke Follow Open source crusader. If you want to check what are the current node versions, you can go to and check all of them. In the command prompt type the command below. Install node version 8 or whatever version you want. If you have any issues finding the command line, just type CMD in Windows search bar at the bottom-left corner of your desktop. Once it is installed, open Windows Command Prompt. ☝️ ? Remember not to touch any default configuration. After that, just wait for the progress bar to finish. When the installation wizard opens, hit the next button a bunch of times, and at the end you will see an install button that you will hit too. Go to your Downloads folder on Windows, and unzip nvm-setup.zip file and double click on nvm-setup. In order to install Node Version Manager tool in Windows environment we need to download a zip file that contains the installation wizard. This document will provide a guide on how install nvm and node.js for Windows environment.
