Skip to content

install

platformchannel
macbrew install nvm
windowsnvm-windows

commands

shell
nvm list            # show versions
nvm install 20.0.0  # install newly version
nvm use 20.0.0      # checkout version

help

use 切换版本后其它终端不生效

nvm alias default 18.15.0

Last updated: