nvm
Verified for current stable LTS
Nvm Command: List Available Nodejs Versions
Use for list available nodejs versions with Nvm. Exact CLI syntax to list available nodejs versions using Nvm.
When to use this: Use for list available nodejs versions with Nvm.
Command Syntax
nvm list nvm list Command Breakdown
nvm is the base executable for this command.
FAQ
Purpose: Exact syntax to list available nodejs versions using Nvm.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Nvm Command: Execute Script Nodejs Version
nvm exec <node_version> node <app.js> Nvm Command: Install Nodejs Version nvm install <node_version> Nvm Command: Launch Nodejs Repl Version nvm run <node_version> --version Nvm Command: Set Default Nodejs Version nvm alias default <node_version> Nvm Command: Uninstall Nodejs Version nvm uninstall <node_version>