ubuntu

nvm 설치

cghun 2021. 10. 21. 14:53

node npm 설치

 

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
nvm --version
nvm install v14

node 14 버전

 

 

 

'ubuntu' 카테고리의 다른 글

풀더 권한 주기  (0) 2021.11.22
cmd 명령어 자동으로 바꾸는법  (0) 2021.10.25
cmd git  (0) 2021.10.25
ubuntu git install  (0) 2021.10.21
window11 wsl  (0) 2021.10.21