https://github.com/nodesource/distributions/blob/master/README.md
GitHub - nodesource/distributions: NodeSource Node.js Binary Distributions
NodeSource Node.js Binary Distributions. Contribute to nodesource/distributions development by creating an account on GitHub.
github.com
특정 설치 버전이 있는 경우 해당 url을 참고하면 됩니다.
1. nodejs 16.x 버전 추가
curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
2. nodejs 설치
yum install -y nodejs
yum으로 nodejs를 설치할 경우 의존성에 의해 libuv, npm이 자동으로 설치 됩니다.
3. 버전 확인
node -v
npm -v
'Linux > 일반' 카테고리의 다른 글
Apache restart와 graceful의 차이점 (0) | 2023.02.27 |
---|---|
[error] error while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such file or directory (0) | 2023.02.23 |
로드밸런서 이해하기 ( #2. SSL 인증서 등록, 포트포워딩, log 확인 ) (0) | 2023.01.10 |
로드밸런서 이해하기 ( #1. 개념 및 이해 ) (0) | 2023.01.09 |
Centos7 letsencrypt 무료 인증서(SSL) 발급받기 (2) | 2023.01.06 |