Thursday, March 24, 2016

Install node.js on AWS CentOs

[ec2-user@ip-0-0-0-0 ~]$ sudo su
[root@ip-0-0-0-0 ec2-user]# curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -
[root@ip-0-0-0-0 ec2-user]# yum install -y install nodejs


From: https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora

No comments:

Post a Comment