node js 설치 방법 Centos
페이지 정보
본문
노드 yum 설치
curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash -
sudo yum -y install nodejs
compile & install
source 다운로드
wget http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz
압축 해제 및 폴더 이동
tar zxvf node-v*.tar.gz
cd node-v*
autoconfig 실행 & compile
./configure
make
설치(root 권한 필요!)
make install
curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash -
sudo yum -y install nodejs
compile & install
source 다운로드
wget http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz
압축 해제 및 폴더 이동
tar zxvf node-v*.tar.gz
cd node-v*
autoconfig 실행 & compile
./configure
make
설치(root 권한 필요!)
make install
관련링크
- 이전글파이썬 강좌 20.02.21
- 다음글tomcat 매니저 실행 20.02.21
댓글목록
등록된 댓글이 없습니다.