javascript:: install nvm windows로 nodejs 설치 및 버전 관리하기

 
 
아래 주소로 들어가서, 설치setup.exe파일을 다운받고 실행한다.
 
https://github.com/coreybutler/nvm-windows/releases/latest

 

Release v1.1.12 · coreybutler/nvm-windows

What's Changed Fix symlink detect if it points to nothing by @Tester798 in #963 Update README.md by @coreybutler in #1005 Change Winget Releaser job to ubuntu-latest by @sitiom in #1016 Update REA...

github.com

 
 
 

# node version 20 설
nvm install 20

# 사용할 node version 선택
nvm use 20

# node version 확인
node -v

 

 
 
 
 
 
 
_

반응형