Forrest logo
back to the fnm tool

fnm:tldr:93ba1

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

The command "fnm list" is used to display the installed versions of Node.js managed by a tool called fnm (Fast Node Manager).

When executed, this command will list the available Node.js versions that have been installed on your system using fnm. Each version will be displayed with its associated version number, indicating the different versions of Node.js that you have installed on your machine.

This command is helpful when you want to check which Node.js versions are available or verify if a specific version has been installed.

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 fnm tool