Ubuntu 安装指定版本的 Node.js 和 npm 12345678apt updateapt upgradeapt install curl# 打开 nvm 官网,找到最新的下载链接curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bashsource ~/.bashrc# 安装18.12.1版本的 Node.js,默认搭配8.19.2的npmnvm install 18.12.1