nvm list

This command worked fine for me. It will list all the installed versions of node under nvm

Answer from castelinos on Stack Overflow
๐ŸŒ
GitHub
gist.github.com โ€บ chranderson โ€บ b0a02781c232f170db634b40c97ff455
Useful NVM commands ยท GitHub
What about nvm uninstall <version> or to remove, delete, or uninstall nvm - just remove the $NVM_DIR folder (usually ~/.nvm) ... Compiled all the commands in one place.
๐ŸŒ
Nvmnode
nvmnode.com โ€บ cli
NVM Commands - NVM Documentation
Complete NVM commands, including nvm install, nvm use, nvm list, nvm remove, and other commands for installing, uninstalling, switching Node versions, and viewing installed Node versions.
๐ŸŒ
Duncanleung
duncanleung.com โ€บ nvm commands cheatsheet
NVM Commands Cheatsheet โ€“ Duncan Leung
December 23, 2022 - $ nvm install <node_version> // Install a specific version $ nvm install --lts // Install the latest LTS release $ nvm install-latest-npm // Install latest NPM release only
๐ŸŒ
Squash
squash.io โ€บ nvm-node-version-manager-guide-cheat-sheet
nvm (Node Version Manager): Install Guide & Cheat Sheet
November 8, 2023 - Always refer to the official nvm documentation for the most up-to-date and accurate installation instructions. Along with basic commands like installing, listing, and switching Node.js versions, nvm also provides several advanced commands that offer additional functionality.
๐ŸŒ
GitHub
github.com โ€บ nvm-sh โ€บ nvm
GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
You can instruct the installer to not edit your shell config (for example if you already get completions via a zsh nvm plugin) by setting PROFILE=/dev/null before running the install.sh script. Here's an example one-line command to do that: PROFILE=/dev/null bash -c 'curl -o- https://raw.g...
Starred by 90.3K users
Forked by 9.7K users
Languages ย  Shell 98.0% | Makefile 1.2%
Find elsewhere
๐ŸŒ
DEV Community
dev.to โ€บ rigalpatel001 โ€บ advanced-nvm-commands-for-efficient-nodejs-version-management-4h5l
Advanced NVM Commands for Efficient Node.js Version Management - DEV Community
July 25, 2024 - nvm list global # Lists globally installed packages for the current version nvm reinstall-packages <node_version> # Reinstall global packages from a specific version
๐ŸŒ
freeCodeCamp
freecodecamp.org โ€บ news โ€บ node-version-manager-nvm-install-guide
Node Version Manager โ€“ NVM Install Guide
September 9, 2022 - These commands will clone the nvm repository to a ~/.nvm directory on your device.
๐ŸŒ
Linode
linode.com โ€บ docs โ€บ guides โ€บ how-to-install-use-node-version-manager-nvm
How to Install and Use NVM (Node Version Manager) | Linode Docs
November 29, 2023 - You can preview a list of all available Node versions with the ls-remote command: ... Install any additional versions of Node you want to use. You can specify either a major or minor release of Node to install. nvm install 17.0.1 # Specific ...
๐ŸŒ
Medium
medium.com โ€บ @arunangshudas โ€บ managing-node-js-versions-with-nvm-node-version-manager-054a4588e303
Managing Node.js Versions with nvm ...
June 30, 2024 - This command displays a long list of available versions. You can also filter the list to LTS (Long-Term Support) versions with: ... To ensure that each of your projects uses the correct Node.js version, you can use a .nvmrc file. This file should contain the version number that the project requires.
๐ŸŒ
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 - Node Version Manager (NVM) is a tool that allows you to have multiple versions of Node.js on your device, switch them quickly, and it is managed from the command line interface (CLI).
๐ŸŒ
Refine
refine.dev โ€บ blog โ€บ install-nvm-mac-and-windows
How to Install and Use NVM? | Refine
July 5, 2024 - It wasn't until after a long time ... and all the tests passed. One of the quick and most powerful commands of the nvm is the use command....
๐ŸŒ
Novacare Blog
blog.novacare.no โ€บ use-nvm-to-handle-different-node-versions
Use NVM to handle different Node versions
July 4, 2024 - nvm use <version> Specify what version of Node to use. And if you want to see a list of all the commands available just enter NVM in cmd to list them all:
๐ŸŒ
Medium
article.arunangshudas.com โ€บ managing-node-js-versions-with-nvm-node-version-manager-054a4588e303
Managing Node.js Versions with nvm (Node Version Manager) | by Arunangshu Das | Medium
June 30, 2024 - This command displays a long list of available versions. You can also filter the list to LTS (Long-Term Support) versions with: ... To ensure that each of your projects uses the correct Node.js version, you can use a .nvmrc file. This file should contain the version number that the project requires.
๐ŸŒ
SitePoint
sitepoint.com โ€บ blog โ€บ javascript โ€บ installing multiple versions of node.js using nvm
Installing Multiple Versions of Node.js Using nvm โ€” SitePoint
March 3, 2025 - One of the most important parts of nvm is, of course, installing different versions of Node.js. For this, nvm provides the nvm install command. You can install specific versions by running this command followed by the version you want.
๐ŸŒ
NVM Express
nvmexpress.org โ€บ wp-content โ€บ uploads โ€บ NVM-Express-NVM-Command-Set-Specification-1.0d-2023.12.28-Ratified.pdf pdf
1 NVM Expressยฎ NVM Command Set Specification Revision 1.0d December 28th, 2023
This specification supplements the NVM Express Base Specification. This specification defines additional ยท data structures, features, log pages, commands, and status values.
๐ŸŒ
freeCodeCamp
freecodecamp.org โ€บ news โ€บ nvm-for-windows-how-to-download-and-install-node-version-manager-in-windows-10
NVM for Windows โ€“ How to Download and Install Node Version Manager in Windows 10
August 11, 2022 - Step 3: Locate the installer on your computer and open it. Follow the installation wizard to install it. Step 4: Open up PowerShell or Command Prompt and run nvm -v to confirm the installation.
๐ŸŒ
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.