安装 nodejs安装版本管理器 n 参考地址 安装 nodejscurl --silent --location https://rpm.nodesource.com/setup_8.x | bash -yum install -y nodejs安装版本管理器 nnpm install -g n# 安装指定版本n <version># 安装最新版本n latest# 安装稳定版本n stable# 删除某个版本n rm <version> # 查看所有版本n list