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’