1. yum epel 저장소 확인 및 추가

 

* epel = Extra Packages for Enterprise Linux 엔터프라이즈 리눅스를 위한 추가 패키지

# yum repolist

epel저장소가 없다면 저장소 추가!!

# yum install epel-release

2. nodejs, npm 설치

# yum install npm nodejs

3. 버전 확인

# node -v
# npm -v

 

'Server' 카테고리의 다른 글

[ Linux ] MariaDB 설치  (0) 2019.07.03
[ Linux ] yum 명령어가 실행되지 않을 때  (0) 2019.07.03
[ CentOS ] jdk 설치  (0) 2019.07.03
[ Server ] 스케일아웃과 스케일업  (0) 2018.10.15
[Server] Tomcat 환경  (0) 2014.11.21

+ Recent posts