nvm
Installation
SKILL.md
nvm
Intent Router
| Request | Reference | Load When |
|---|---|---|
| Install nvm, shell profile integration, verify install | references/install-and-setup.md |
nvm needs to be installed or the shell integration is not working |
| Install/use/alias/list/uninstall Node versions | references/command-cookbook.md |
Specific nvm commands are needed |
| .nvmrc project file, default alias, auto-use on cd | references/nvmrc-and-defaults.md |
Project-level Node version pinning is the topic |
| Lazy loading, fish shell, Windows alternatives | references/shell-integration.md |
Shell startup performance or non-bash shells are the topic |
Quick Start
# Install Node.js LTS
nvm install --lts
# Use a specific version
nvm use 20