nvm-windows/nvm ? reverse-engineered prompt

Reverse engineered prompt

Build me a Windows app that lets me manage multiple Node.js versions on one machine.

I want to be able to install different Node versions, switch between them easily, and have the active version update for my terminal and projects without me having to uninstall and reinstall Node every time. It should feel simple to use from the command line, with common commands like install, use, list, and remove. If possible, include support for grabbing the latest and LTS versions too.

Please make it work well on Windows, including the setup and installer side of things, and handle the usual permissions issues as smoothly as possible. If there are any tricky details or current best practices for Node version managers on Windows, look them up online and follow them.