반응형
OS : CentOS7.x
Nodejs : 9.11
# 8.x 버전
[root@localhost ~]# curl -sL https://rpm.nodesource.com/setup_8.x | sudo bash -
# 9.x 버전
[root@localhost ~]# curl -sL https://rpm.nodesource.com/setup_9.x | sudo bash -
# 10.x 버전
[root@localhost ~]# curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
# 11.x 버전
[root@localhost ~]# curl -sL https://rpm.nodesource.com/setup_11.x | sudo bash -
# 설치
yum install nodejs
# 설치 버전 확인
node --version
반응형
'👨🏻💻Infra > ⚙️Application' 카테고리의 다른 글
Redmine PurpleMine2 테마, Agile 플러그인 설치 (0) | 2021.12.10 |
---|---|
Redmine4.1 테마 추가 (0) | 2021.01.27 |
Redmine4.1 구축 (0) | 2021.01.22 |
국내 ISP DNS 정보 (0) | 2020.02.09 |
FTP 서버 | Active모드와 Passive모드 (0) | 2019.10.17 |