Forrest logo
back to the nvm tool

nvm.fish:tldr:b0ae1

nvm.fish: List all available Node.js versions and highlight the default one.
$ nvm list
try on your machine

The command "nvm list" is used to display a list of Node.js versions that are installed on your computer using the Node Version Manager (NVM).

NVM allows you to easily switch between different versions of Node.js on your system. The "nvm list" command provides you with an overview of the available Node.js versions and indicates which one is currently active.

When you run "nvm list," you will see a list of installed Node.js versions along with some information such as version numbers, aliases (if any), and the location where they are installed. The active Node.js version will be shown with an arrow (->) pointing to it.

This command is helpful when you need to quickly check the installed Node.js versions or verify which version is currently in use. It allows you to manage and switch between different Node.js versions easily.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the nvm tool