리눅스

centos7 nvm, nodejs 설치

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

 

  • node 설치
$ nvm install [version]