nvm
Verified for current stable LTS
Nvm Commands
Nvm command syntax with verified terminal examples.
Commands
12 commands for Nvm
nvm Operations
Nvm Command: Execute Script Nodejs Version
nvm exec <node_version> node <app.js> nvm Operations
Nvm Command: Install Nodejs Version
nvm install <node_version> nvm Operations
Nvm Command: Install Nodejs Version Windows
nvm install <node_version> nvm Operations
Nvm Command: Launch Nodejs Repl Version
nvm run <node_version> --version nvm Operations
Nvm Command: List Available Nodejs Versions
nvm list nvm Operations
Nvm Command: List Available Nodejs Versions Windows
nvm list nvm Operations
Nvm Command: List Remote Nodejs Versions Windows
nvm ls-remote nvm Operations
Nvm Command: Set Default Nodejs Version
nvm alias default <node_version> nvm Operations
Nvm Command: Set Default Nodejs Version Windows
nvm use <node_version> nvm Operations
Nvm Command: Uninstall Nodejs Version
nvm uninstall <node_version> nvm Operations
Nvm Command: Uninstall Nodejs Version Windows
nvm uninstall <node_version> nvm Operations
Nvm Command: Use Nodejs Version Current Shell
nvm use <node_version> Suggest a Nvm Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Nvm workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.