Infra/AWS
[aws] How to install nodejs on Amazon linux
하우아유두잉
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