Actually you are trying to perform command of ubuntu/mac on windows.

If you want to install NVM in windows then please refer this step by step guide.

Step by step guide

NVM For Windows

Answer from Dakshesh Baldaniya on Stack Overflow
🌐
GitHub
github.com › coreybutler › nvm-windows › releases
Releases · coreybutler/nvm-windows
As a result, NVM for Windows 1.1.8 is being released to support corepack. All files can be found on the release page.
Author   coreybutler
🌐
GitHub
github.com › coreybutler › nvm-windows
GitHub - coreybutler/nvm-windows: A node.js version management utility for Windows. Ironically written in Go.
v1.1.8+ was not code signed due to an expired certificate (see the release notes for reasons). v1.1.9 is code signed thanks to ajyong, who sponsored the new certificate. ... See the wiki for details. ... Check the distdirectory for generated setup program. There are several version managers for node.js. Tools like nvm and n only run on Mac OSX and Linux. Windows users are left in the cold?
Starred by 44K users
Forked by 3.7K users
Languages   Go 72.3% | Inno Setup 25.9%
🌐
Nvmnode
nvmnode.com › guide › download.html
Download NVM For Windows, Linux, and macOS - NVM Documentation
The latest stable release of NVM for Windows can be downloaded from the official GitHub repository:
🌐
GitHub
gist.github.com › borymskyi › c7a5e7c346d3b3fcf5fbf0a3d436395a
nvm node.js for Windows · GitHub
nvm node.js for Windows · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters ·
🌐
OpenReplay
blog.openreplay.com › install-nvm-windows
How to Install NVM in Windows
Visit the official nvm-windows GitHub page. Scroll to the latest release and download the nvm-setup.exe file.
🌐
GitHub
github.com › nvm-sh › nvm › releases
Releases · nvm-sh/nvm
You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert · {{ message }} nvm-sh / nvm Public · There was an error while loading. Please reload this page. Notifications · You must be signed in to change notification settings · Fork 9.7k · Star 90.4k · Releases ·
Author   nvm-sh
🌐
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 ​
Find elsewhere
🌐
Medium
medium.com › @gchandrasekhar › how-i-installed-and-used-nvm-on-windows-the-easy-way-93817ace0e18
How I Installed and Used NVM on Windows the Easy Way 🚀 | by Chandra Sekhar | Medium
August 18, 2025 - Windows has its own version called nvm-windows. Download the installer from the official releases page: GitHub : https://github.com/coreybutler/nvm-windows/releases
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › dev-environment › javascript › nodejs-on-windows
Set up Node.js on native Windows | Microsoft Learn
Follow the install instructions on the nvm-windows repository. We recommend using the installer, but if you have a more advanced understanding of your needs, you may want to consider the manual installation. The installer will point you to the releases page for the most recent version.
🌐
GitHub
github.com › coreybutler › nvm-windows › releases › tag › 1.2.2
Release 1.2.2 · coreybutler/nvm-windows
A node.js version management utility for Windows. Ironically written in Go. - Release 1.2.2 · coreybutler/nvm-windows
Author   coreybutler
🌐
GitHub
github.com › coreybutler › nvm-windows › discussions › 961
v1.1.11 · coreybutler/nvm-windows · Discussion #961
There was an error while loading. Please reload this page. ... The executables are always available in the releases, i.e. https://github.com/coreybutler/nvm-windows/releases/tag/1.1.11
Author   coreybutler
🌐
GitHub
github.com › coreybutler › nvm-windows › wiki › Runtime
Runtime · coreybutler/nvm-windows Wiki · GitHub
You switched accounts on another tab or window. Reload to refresh your session. ... There was an error while loading. Please reload this page. ... We are now working on Runtime full-time. Runtime is the next-generation JavaScript environment manager we are building. It picks up where NVM4W leaves off, with a new name and much much more.
Author   coreybutler
🌐
GitHub
github.com › 1111mp › nvm-desktop
GitHub - 1111mp/nvm-desktop: Node Version Manager Desktop - A desktop application to manage multiple active node.js versions.
nvmd-desktop Download Page (GitHub release) The automatic check for updates feature of the application has supported all platforms since version v4.0.0. Uninstall nvm-desktop application · rm -rf ~/.nvmd · Remove the two lines about nvmd from ...
Starred by 1.3K users
Forked by 64 users
Languages   TypeScript 61.3% | Rust 28.4% | CSS 6.8% | JavaScript 3.3%
🌐
GitHub
github.com › coreybutler › nvm-windows › discussions › 1066
v1.1.12 · coreybutler/nvm-windows · Discussion #1066
There was an error while loading. Please reload this page. ... @coreybutler Winget releaser workflow failed due to the nvm-setup.exe installer not available in the releases: https://github.com/coreybutler/nvm-windows/actions/runs/6962150119/job/18945262798.
Author   coreybutler
🌐
GitHub
github.com › coreybutler › nvm-windows › discussions › 1175
How do you install NVM in a Windows container? · coreybutler/nvm-windows · Discussion #1175
RUN curl -o nvm-setup.exe https://github.com/coreybutler/nvm-windows/releases/download/1.1.12/nvm-setup.exe RUN nvm-setup.exe · So how can pre-install nvm in my Windows container?? Beta Was this translation helpful? Give feedback. ... There was an error while loading. Please reload this page.
Author   coreybutler
🌐
GitHub
github.com › POC-2025 › nvm-windows
GitHub - POC-2025/nvm-windows
v1.1.8+ was not code signed due to an expired certificate (see the release notes for reasons). v1.1.9 is code signed thanks to ajyong, who sponsored the new certificate. ... See the wiki for details. ... Check the distdirectory for generated setup program. There are several version managers for node.js. Tools like nvm and n only run on Mac OSX and Linux. Windows users are left in the cold?
Author   POC-2025
🌐
DEV Community
dev.to › mesonu › how-to-install-nvmnode-version-manager-on-windows-2ij1
How to install NVM(Node Version Manager) on Windows - DEV Community
June 25, 2024 - Go to the nvm-windows repository README file and click on the Download Now button, Or you can click here to Download. This will take you to a page with various NVM releases.