-
[aws] How to install nodejs on Amazon linuxInfra/AWS 2019. 12. 13. 14:10
$ sudo yum install -y gcc-c++ make for Latest Release: $ sudo curl -sL https://rpm.nodesource.com/setup_13.x | sudo -E bash - for Stable Release: $ sudo curl -sL https://rpm.nodesource.com/setup_12.x | sudo -E bash - $ sudo yum install -y nodejs
'Infra > AWS' 카테고리의 다른 글
How to install nodejs on amazon linux2 (0) 2019.12.30 How to upload file to s3 bucket using aws-sdk on node.js (0) 2019.12.23 [aws] How to change the timezone at Amazon EC2 on Elastic Beanstalk? (0) 2019.12.13 [aws] How to configure elastic beanstalks load balancer & auto scaling on codestar? (0) 2019.12.12 [aws] ACM을 이용한 https(ssl) 적용하기 (0) 2019.12.11