-
How to install nodejs on amazon linux2Infra/AWS 2019. 12. 30. 11:55
$ sudo yum upgrade -y
$ sudo yum install yarn
// latest $ curl -sL https://rpm.nodesource.com/setup_13.x | sudo -E bash - // stable $ curl -sL https://rpm.nodesource.com/setup_12.x | sudo -E bash -
$ sudo yum install nodejs
'Infra > AWS' 카테고리의 다른 글
[amazon-linux] Accout/password로 ftp remote access 실패시 해결방법! (0) 2020.05.06 How to install mysql on Amazon linux 2? (0) 2020.02.05 How to upload file to s3 bucket using aws-sdk on node.js (0) 2019.12.23 [aws] How to install nodejs on Amazon linux (0) 2019.12.13 [aws] How to change the timezone at Amazon EC2 on Elastic Beanstalk? (0) 2019.12.13