Nvm Windows Versions Save

A node.js version management utility for Windows. Ironically written in Go.

1.1.2

7 years ago

This version fixes an issue with the nvm ls available feature, which was not showing current versions properly.

It is now possible to add an --insecure flag to installations if you need to bypass the SSL validation check performed against the remote server. This is an insecure process where mitm attacks can occur, so it is not enabled by default. This should only be used with trusted download sources.

1.1.1

7 years ago
  • Removed need for Nodedistro feed. Now relies on official version feed from nodejs.org/dist/index.json.
  • Added support for vX.X.X (automatically strips the v)
  • Merged support for alternative download mirrors.
  • Modified the output of nvm ls available to display a pretty table, up to 20 results. Displays Current, LTS, Stable, and Unstable versions.
  • Merged additional PR's with general fixes.
  • Installer: Removed option to open command prompt upon completion (because it was buggy).

1.1.0

8 years ago

Merged support for Node v4.x.

1.0.6

9 years ago

A hotfix release to resolve issue #15.

1.0.5

9 years ago

Feature Updates:

  • nvm use 32|64 "quick switching" from 32-bit to 64-bit or vice versa.
  • nvm list available provide a list of the versions available for download.

Fixes:

  • Added proper support for 32-bit operating systems.

Misc:

  • Build process now uses goxc to target platform and architecture.

1.0.4

9 years ago

This is a bug fix & tooling release.

  • Fixed Issue #8. Now nvm use 32 or nvm use 64 properly overrides the default architecture.
  • Added a build script for releases.

1.0.3

9 years ago
  • Added proxy support
  • Added multiple-architecture support (32 & 64-bit options)
  • Several bug fixes

The installer has been upgraded with a few new features. If node.js is already installed, you'll be provided an option to let nvm control it. As a result, you no longer have to uninstall node.js before installing NVM for Windows.

There are now two downloads.

nvm-setup.zip contains the installer and the full application. nvm-noinstall.zip contains the nvm.exe and required files for a manual installation. See the wiki for additional instructions.

1.0.2

9 years ago

A patch for the installer to better support integration with existing node.js installations.

1.0.1

9 years ago

A minor patch to fix issue #1.

1.0.0

9 years ago

The initial release supports installation of multiple versions of node.js. This coincides with the release of the node/npm distribution list.

Download and extract the zip (it only contains one file, nvm-setup.exe). Run the installer and start using nvm for Windows.