728x90
yum install epel-release
yum install nodejs
### 특정 버전 설치
yum install -y curl
curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
yum install -y nodejs
node -v
node를 설치하면 npm은 자동으로 설치 된다.
yum install epel-release
yum install nodejs
### 특정 버전 설치
yum install -y curl
curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
yum install -y nodejs
node -v
node를 설치하면 npm은 자동으로 설치 된다.