Node 版本管理工具

官方网站 https://github.com/nvm-sh/nvm/

安装

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash

使用

查看远程可用版本

nvm ls-remote

安装

nvm install 14.21.3

切换

nvm use 14.21.3