🌐
GitHub
github.com › coreybutler › nvm-windows
GitHub - coreybutler/nvm-windows: A node.js version management utility for Windows. Ironically written in Go.
A node.js version management utility for Windows. Ironically written in Go. - coreybutler/nvm-windows
Starred by 44K users
Forked by 3.7K users
Languages   Go 72.3% | Inno Setup 25.9%
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › dev-environment › javascript › nodejs-on-windows
Set up Node.js on native Windows | Microsoft Learn
Node Version Manager, more commonly called nvm, is the most popular way to install multiple versions of Node.js, but is only available for Mac/Linux and not supported on Windows. Instead, we recommend installing nvm-windows and then using it ...
🌐
GeeksforGeeks
geeksforgeeks.org › installation guide › how-to-install-and-use-nvm-on-windows
How to Install and Use NVM on Windows - GeeksforGeeks
July 23, 2025 - Learn how to install NVM (Node Version Manager) on Windows 7, 8.1, 10, and 11. Step-by-step guide for managing multiple Node.js versions, switching versions, and troubleshooting errors.
🌐
RealWorldDev
realworlddev.hashnode.dev › installing-nvm-on-windows-11
How to Install NVM on Windows 11
March 2, 2022 - If you're a developer and your daily machine is a Mac or a Linux box and using anything to do with JavaScript, then there is a very good chance you've heard of NVM...or Node Version Manager to use it's full name. You will freely be able to use many different versions of Node on your machine and it wont impact your workflow in the slightest. If you have never heard of NVM, then you're either not a frontend JavaScript developer or you've been missing out. However...what if your machine is running Microsoft Windows?
🌐
freeCodeCamp
freecodecamp.org › news › node-version-manager-nvm-install-guide
Node Version Manager – NVM Install Guide
September 9, 2022 - nvm-windows provides a management utility for managing Node.js versions in Windows.
🌐
GitHub
github.com › nvm-sh › nvm
GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
nvm is a version manager for node.js, designed to be installed per-user, and invoked per-shell. nvm works on any POSIX-compliant shell (sh, dash, ksh, zsh, bash), in particular on these platforms: unix, macOS, and windows WSL.
Starred by 90.4K users
Forked by 9.7K users
Languages   Shell 98.0% | Makefile 1.2%
🌐
Nvmnode
nvmnode.com › guide › download.html
Download NVM For Windows, Linux, and macOS - NVM Documentation
How to download NVM (Node Version Manager) for Windows, Linux, and macOS. Download Version Node.js related to NVM.
🌐
SourceForge
sourceforge.net › projects › nvm-for-windows.mirror
NVM for Windows download | SourceForge.net
NVM for Windows
Download NVM for Windows for free. A node.js version management utility for Windows written in Go. Manage multiple installations of node.js on a Windows computer. Similar (not identical) to nvm, but for Windows. Manage multiple installations of node.js on a Windows computer. Similar (not identical) to nvm, but for Windows. This has always been a node version manager, not an io.js manager, so there is no back-support for io.js. However, node 4+ is supported. Remember when running nvm install or nvm use, you must have Windows administrative rights (to create symlinks). There are situations where
Rating: 5 ​
🌐
YouTube
youtube.com › watch
How to Install and Use NVM (Node Version Manager) on Windows (NVM Windows) - YouTube
Easily switch between Node.js versions using NVM (Node Version Manager) on Windows!In this step-by-step guide, you’ll learn how to install and use NVM for Wi...
Published   July 14, 2025
Find elsewhere
🌐
Nvmnode
nvmnode.com
NVM - Node.js Version Manager tool - NVM Documentation
NVM works on Windows, Linux, macOS, and WSL with implementations tailored for each platform. ... Use .nvmrc files to automatically switch to the correct Node.js version for each project. ... Straightforward commands for installing, switching, and managing Node.js versions.
🌐
Reddit
reddit.com › r/learnprogramming › node version manager
r/learnprogramming on Reddit: Node Version Manager
June 16, 2024 -

Hello gang, I am having issues using Node version manager on windows. I have checked my environmental variables, manually added paths via my bash file, and i used the powershell, command prompt, and git bash. NVM commands work fine but node -v and npm -v will not work at all. Incredibly frustrating as i was in the middle of working on AWS services so this is incredibly counter productive. Any advice?

I should add that i was using the latest version of node up until today without any issues. An application or project i was working on necessitated an older version of Node.js. The Windows support article https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows explains in few details additional processes i could take to resolve the issue so i have been relying on information found on the web. I can send photos of my environmental variables although i am very cautious uploading any information regarding my local machine via a subreddit about programmers learning. Unfortunately not all humans live for the betterment of the human race. If anyone has dealt with this problem. let me know a resource i can delve into or how you resolved the issue.

🌐
Medium
medium.com › @sabirsafder › how-to-install-nvm-node-version-manager-on-windows-mac-os-46b367448103
How to install NVM (Node Version Manager) on Windows & Mac OS | by Sabir Hussain | Medium
September 3, 2024 - Manually managing these versions can be a nightmare. NVM solves this by allowing you to seamlessly switch between various Node.js versions on your machine, keeping each project’s environment isolated and stable. NVM is mostly supported on Linux and Mac. It doesn’t have support for Windows.
🌐
NodeSource
nodesource.com › blog › Update-nodejs-versions-on-windows
How to Update Node.js Versions on Windows
February 4, 2025 - This command downloads and installs the latest stable version of Node.js. To verify the installation, run: ... Winget is a built-in package manager in Windows 10 and 11 that allows you to update software from the command line.
🌐
GitHub
github.com › 1111mp › nvm-desktop
GitHub - 1111mp/nvm-desktop: Node Version Manager Desktop - A desktop application to manage multiple active node.js versions.
nvm-desktop is a desktop application that helps you manage multiple Node.js versions through a visual interface. The application is built using Tauri and supports macOS, Windows, and Linux systems.
Starred by 1.3K users
Forked by 64 users
Languages   TypeScript 61.3% | Rust 28.4% | CSS 6.8% | JavaScript 3.3%
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › dev-environment › javascript › nodejs-on-wsl
Install Node.js on Windows Subsystem for Linux (WSL2)
Node Version Manager, more commonly called nvm, is the most popular way to install multiple versions of Node.js. We will walk through the steps to install nvm and then use it to install Node.js and Node Package Manager (npm).
🌐
Reddit
reddit.com › r/node › the next generation node version manager
r/node on Reddit: The next generation node version manager
December 5, 2022 -

Repo: https://github.com/ysmood/use-node

No need to setup anything, just run the use-node, then you can use the right node version under your shell.

  • Works the same across Windows, macOS, and Linux.

  • No options, no configs, just run use-node under your node project.

  • Auto-detect the standard engines config recursively from all parent folders.

  • Auto-choose the fastest registry to download node.

  • Auto-cache the node binary.

  • Reports every side-effect it makes on the system, such as where the node is installed.

🌐
4Geeks
4geeks.com › how-to › nvm-install-windows
How to install NVM on Windows
July 16, 2025 - NVM allows you to switch between Node versions seamlessly, ensuring that each project has the right environment to run effectively. For those interested in optimizing their development setup further, we have an article detailing the best local ...
🌐
DEV Community
dev.to › sanzhanov › node-version-manager-nvm-how-to-install-and-use-step-by-step-guide-k4a
Node Version Manager (NVM): how to install and use (step-by-step guide) - DEV Community
November 17, 2022 - Go to the NVM for Windows releases page and select the latest version (the top one in the list), for example, it is currently 1.1.10. Then download the nvm-setup.exe file: I assume that most of you already have Node.js installed at this point ...