$ curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
$ sudo yum install gcc-c++ make
$ curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
$ yum install nodejs npm
$ curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
$ sudo yum install gcc-c++ make
$ curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
$ yum install nodejs npm
댓글