Server/NodeJS & NestJS
Window nvm-node 설치
Juzdalua
2024. 11. 22. 13:50
1. nvm 설치
https://github.com/coreybutler/nvm-windows/releases
Releases · coreybutler/nvm-windows
A node.js version management utility for Windows. Ironically written in Go. - coreybutler/nvm-windows
github.com
설치 확인
nvm --version
2. 노드 설치
nvm list available // 설치 목록 확인
nvm install 22.11.0 // 노드 버전 설치
nvm use 22 // 노드 사용 체크
node --version // 노드 설치 체크