본문 바로가기
Linux

CentOS 6 Node JS 설치하기

by GoodDev 2017. 6. 19.


$ 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

댓글