리눅스

nodeJs 설치 (nvm, nodejs)

즐겁게살자 2022. 6. 23. 13:56
728x90

nvm 설치

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash

 

node 설치

nvm install [version]