Ubuntu 16 .x系统和CentOS 7系统安装Node.js 11.x
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
apt-get install -y nodejs
上面是Ubuntu16.x系统的安装命令
验证版本号
nodejs -v
下面是centos7系统的安装命令
curl -sL https://rpm.nodesource.com/setup_11....
原创
2019-05-27 21:38:10 ·
251 阅读 ·
0 评论