install
| platform | channel |
|---|---|
| mac | brew install nvm |
| windows | nvm-windows |
commands
shell
nvm list # show versions
nvm install 20.0.0 # install newly version
nvm use 20.0.0 # checkout versionhelp
use 切换版本后其它终端不生效
nvm alias default 18.15.0
