Linux

CentOS 6 Node JS 설치하기

GoodDev 2017. 6. 19. 18:21


$ 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