Nodejs 🔥Nodejs 生态nvm本页总览nvm nodejs 多版本管理 安装 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash 查看版本 nvm -v 列出 nvm ls 切换 nvm use 16 安装 node nvm install 16.20.2 删除 node nvm uninstall v8.17.0 参考链接 官方:https://github.com/nvm-sh/nvm