320x100
320x100
1. 레포지터리 등록
: curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
2. npm 및 nodejs 설치
: sudo yum install nodejs
3. 설치확인
: node --version
: npm --version
4. nvm 설치
: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
5. nvm 설치 확인
: nvm --version
Refference
https://linuxize.com/post/how-to-install-node-js-on-centos-7/
300x250
728x90
'Computer Science > Linux' 카테고리의 다른 글
CentOS 7 SSL 설치 및 웹 서버 SSL 인증서 설치 (0) | 2021.09.08 |
---|---|
리눅스 네트워크 보안 설정 - firewall / iptables / SELinux (0) | 2021.09.08 |
vi 전체 선택 / 복사 / 붙여넣기 (0) | 2021.09.07 |
CentOS와 CentOS Stream [레드햇 계열 리눅스의 미래] (0) | 2021.08.25 |
리눅스 패키지 관리 방법 (0) | 2021.08.19 |