Site icon Galgulee – 갈구리

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’

Exit mobile version