摘要: nodejs的yum安装部署# nodejs-8.15.1curl -sL https://rpm.nodesource.com/setup_8.x | bash -# 默认安装最新版本安装指定版本yum install nodejs-8.15.1 -y [root@eus_influenex_we 阅读全文
posted @ 2020-02-05 15:55 reblue520 阅读(630) 评论(0) 推荐(0)