AWS Automation Cookbook
上QQ阅读APP看书,第一时间看更新

Install NodeJS and verify

[root@awsstar ~]# curl --silent --location https://rpm.nodesource.com/setup_6.x | sudo bash -
[root@awsstar ~]# yum install -y nodejs gcc-c++ make
[root@awsstar ~]# node --version
v6.11.2