Summary
Installation
Installation Setup File
- 공식 GitHub 최신 Releases접속
nvm-setup.exe설치 및 실행
Excution Setup File
- License Agreement →
Agree and Next
- Destination Location →
Next
- Version Location →
Next
- Desktop Notifications →
All False and Next
- Email Address →
Blank and Next
- Ready to Install →
Install
Done
Usage
NVM Version Management
# Check NVM Version
nvm version
# Upgrade NVM Version
nvm upgrade Node Version Management
# Install Node
nvm install <node-version>
# Uninstall Node
nvm uninstall <node-version>
# Active Node
nvm use <node-version>
# Check Active Node Version
nvm current