Centos 7 NodeJs 특정 버젼 설치

NodeJs 설치 참고
https://github.com/nodesource/distributions

CentOS 7 (64-bit)
NodeJS 10.x
curl -sL https://rpm.nodesource.com/setup_10.x | bash –
yum info nodejs
yum install -y nodejs
node -v

Optional: install build tools
yum install -y gcc-c++ make
# or: yum groupinstall ‘Development Tools’

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다