黑马王子就是我! 技术认证:系统分析师,网络规划设计师,网络工程师,信息系统监理师,系统集成项目管理师,初级程序员,MCSE,MCDBA,CCNA 目前主攻虚拟化技术,VPN,系统架构,集群和高可用性等。
全部博文(515)
分类: 系统运维
2020-08-22 14:08:14
1.下载node.js
V8.x:
#curl --silent --location | bash -
V7.x:
#curl --silent --location | bash -
V6.x:
#curl --silent --location | bash -
V5.x:
#curl --silent --location | bash -
2.yum安装node.js
yum install -y nodejs
3.查看node.js版本
node -v