[ Server ][ Linux ] centOS7 node설치( node.js , npm ) > linux

본문 바로가기

사이트 내 전체검색

linux

[ Server ][ Linux ] centOS7 node설치( node.js , npm )

작성일 19-05-02 16:06

페이지 정보

작성자 웹지기 조회 8,742회 댓글 0건

본문

epel 저장소 확인

# yum repolist

 

epel 저장소가 존재하지 않으면 먼저 epel-release 설치

# yum install epel-release -y

 

node.js 및 npm 설치 여부 확인

# node --version

bash: node: command not found

# npm --version

bash: npm: command not found

설치되어 있지 않을 시 설치 명령 실행

# yum install npm nodejs -y

 

# node --version

v6.16.0

# npm --version

3.10.10

 


추천0

비추천 0

댓글목록

등록된 댓글이 없습니다.

전체 103건 1 페이지

이미지 목록

게시물 검색
Copyright © 즐거운 코딩 생활 ( funyphp ). All rights reserved.
PC 버전으로 보기