여기저기 이것저것
1. epel 저장소 설치 yum install epel-release 2. node.js 설치 yum -y install nodejs 3. node 버전확인 node -v 4. npm 설치 및 버전확인 yum -y install npm