CentOS node js 설치
페이지 정보
본문
Node.js v6 LTS를 설치하려면 RHEL, CentOS, Fedora에서 root로 실행하세요
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
Node.js v7를 사용한다면 다음을 실행하세요.
curl --silent --location https://rpm.nodesource.com/setup_7.x | bash -
Node.js 0.10을 사용한다면 다음을 실행하세요.
curl --silent --location https://rpm.nodesource.com/setup | bash -
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
Node.js v7를 사용한다면 다음을 실행하세요.
curl --silent --location https://rpm.nodesource.com/setup_7.x | bash -
Node.js 0.10을 사용한다면 다음을 실행하세요.
curl --silent --location https://rpm.nodesource.com/setup | bash -
관련링크
- 이전글Spring mybatis 설정 및 다중DB 설정 20.02.21
- 다음글스프링 파일다운로드 구현 20.02.21
댓글목록
등록된 댓글이 없습니다.