본문 바로가기
리눅스

centos7 nvm, nodejs 설치

by 즐겁게살자 2022. 6. 22.
728x90
  • nvm 설치 (node 버전 변경시 용이)
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash

 

  • node 설치
$ nvm install [version]

'리눅스' 카테고리의 다른 글

cpu, memory, disk 갯수 확인  (0) 2022.06.23
tar 압축 해체  (0) 2022.06.23
CentOS7 Git 설치  (0) 2022.05.25
awk 로 원하는 로그 검색  (0) 2022.04.28
성능 관련유용한 리눅스 명령어  (0) 2022.04.27

댓글