Nve Versions Save

Run any command on specific Node.js versions

15.0.0

1 year ago

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

Bug fixes

  • Fix when stdin is empty

14.0.0

2 years ago

Breaking changes

  • Minimal supported Node.js version is now 12.20.0

Features

  • The default value of the --fetch CLI flag is now true when no command was passed.

Bug fixes

  • Fix crash when downloading several Node.js binaries in parallel
  • Improve colors detection
  • Fix offline mode

13.0.0

4 years ago

Breaking changes

  • Commas should now be used to separate multiple Node versions. For example nve 8 10 12 node --version should now be nve 8,10,12 node --version.
  • Rename the alias here to local

Features

  • Add the alias global to target the global Node version, regardless of the current directory

12.0.0

4 years ago

Breaking changes

11.0.0

4 years ago

Breaking changes

  • Aliases c and current renamed to now
  • The alias now now takes into account package.json engines.node field and additional files used by other Node.js version managers.
  • Alias l removed: please use latest instead

Features

  • Added alias lts to target the latest LTS version

10.0.1

4 years ago

Bug fixes

  • Fix aliases shortcuts l and c

10.0.0

4 years ago

Breaking changes

9.3.1

4 years ago

Bug fixes

  • Fix warning message printed when running some commands

9.3.0

4 years ago

Features

Bug fixes

  • Checksum checks were not working when the mirror option was used

9.2.0

4 years ago

Features