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 OverflowGitHub
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.
Starred by 90.4K users
Forked by 9.7K users
Languages Shell 98.0% | Makefile 1.2%
Nvmnode
nvmnode.com
NVM - Node.js Version Manager tool - NVM Documentation
NVM (Node Version Manager) is a tool that allows developers to easily install, manage, and work with multiple Node.js versions.
How to install nvm in windows - Stack Overflow
I have already installed node but I need to downgrade versions and I was thinking on using nvm. I am trying to install nvm in windows with the following command on my cmd with admin rights: curl -o- More on stackoverflow.com
Do you use nvm?
Seems useful, but I plan to stick with nvm for most day-to-day stuff. Why? Because if I'm switching versions in nvm it's probably because I'm going to use lots of commands, for a while (hours/days), that all need to use that version. Using npx for this would work best if you've got one or two things to do in that version. More on reddit.com
Do you use nvm? : node
Why? I'm not sure if to install it again given that you can use npx to run code using a different Node.js... More on old.reddit.com
She's an awesome rider... uh nvm.
She really loves horses
More on reddit.comVideos
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%
Wikipedia
en.wikipedia.org › wiki › NVM_Express
NVM Express - Wikipedia
2 weeks ago - NVM Express (NVMe) or Non-Volatile Memory Host Controller Interface Specification (NVMHCIS) is an open, logical-device interface specification for accessing a computer's non-volatile storage media usually attached via the PCI Express bus.
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
Wikipedia
en.wikipedia.org › wiki › NVM
NVM - Wikipedia
August 31, 2024 - NVM may refer to: NVM (album), a 2014 album by Seattle band Tacocat · N. V. M. Gonzalez (1915–1999), Filipino author · National Videogame Museum (United States), a museum in Frisco, Texas · Newhaven Marine railway station, a disused railway station in Sussex, England ·
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 - The fact is that different applications you work with can be implemented on different versions of Node.js. In practice, this is usually indicated by the .nvmrc file which is committed with your project and contains a single line with the version of Node.js to use for this project.
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
Reddit
reddit.com › r/node › do you use nvm?
r/node on Reddit: Do you use nvm?
April 14, 2021 -
Why?
I'm not sure if to install it again given that you can use npx to run code using a different Node.js version.
https://nodejs.dev/learn/the-npx-nodejs-package-runner
Top answer 1 of 28
43
Seems useful, but I plan to stick with nvm for most day-to-day stuff. Why? Because if I'm switching versions in nvm it's probably because I'm going to use lots of commands, for a while (hours/days), that all need to use that version. Using npx for this would work best if you've got one or two things to do in that version.
2 of 28
37
I use NVM. To me, it’s by far the easiest way to install and update Node on Linux (and macOS). It’s literally one command to get the latest LTS release and reinstall all the global packages from the current version if I’m upgrading. I’m not even sure why I’d want to stop using NVM for my dev environment. It does exactly what I need it to do and it’s faster than other install/update methods. I guess I don’t have a need to switch versions on the fly much anymore. Back in the early days of Node, it seemed like things broke when using specific versions but that hasn’t really been an issue for a few years. Node 14 seems to run all my older projects without changes.
npm
npmjs.com › package › nvm
nvm - npm
» npm install nvm
Published Aug 02, 2016
Version 0.0.4
Author Jordan Harband
Repository https://github.com/creationix/nvm