Download NVM for Windows from the official GitHub releases page
Run the downloaded installer
Follow the installation prompts
Choose the destination folder for NVM
Choose the symlink folder for Node.js
Finish the installation
Open a new Command Prompt, PowerShell, or Windows Terminal window
Verify NVM installation with `nvm version`
Install Node.js with `nvm install latest`
Use a Node.js version with `nvm use latest`
Verify Node.js installation with `node -v`
Verify npm installation with `npm -v`
