HOME > 이용안내
이용안내
 
작성일 : 19-05-23 17:54
[리눅스서버] CentOS7.x 버전에서 최신 node.js 설치하기
 글쓴이 : 제이네트워크
조회 : 32,761  

[CentOS 7.x 버전에서 최신 node.js 설치하기]


1.리눅스 버전확인
# cat /etc/*-release | uniq
CentOS Linux release 7.X.....


2. repl 저장소 설치
# yum install epel-release


3. node.js npm 설치
# yum install npm nodejs


4. 최신버전 업데이트 (버전관리자 사용)
# yum update openssl*
# npm cache clean -f
# npm install -g n


** 특정버전 설치시
# n 6.11.0


** 최신 안정화 버전 설치시
# n stable


** 가장 최신버전 설치시
# n latest


6. 설치  후 확인
# node --version 
v10.15.3






Cloud server Streaming service Domain Cloud Firewall

 
 

Total 0

번호 제   목   글쓴이 날짜 조회
게시물이 없습니다.