Uninstall a given Node.js version

nvm

  • Install, uninstall, or switch between Node.js versions.
    Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc.
    More information: <https://github.com/coreybutler/nvm-windows>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

nvm uninstall {{node_version}}

click the source code to copy