1 下载nodejs12
curl -sL https://rpm.nodesource.com/setup_12.x | bash -
2 yum安装
yum install -y nodejs
3 查看版本
node -v
npm -v
1 下载nodejs12
curl -sL https://rpm.nodesource.com/setup_12.x | bash -
2 yum安装
yum install -y nodejs
3 查看版本
node -v
npm -v