nve

Run any command on specific Node.js versions

APACHE-2.0 License

Downloads
13.6K
Stars
692
Committers
3

Bot releases are hidden (Show)

nve - v18.0.1 Latest Release

Published by ehmicky 4 months ago

Bug fixes

  • Fix EMFILE errors thrown on Windows when nve is called multiple times at once.
nve - v18.0.0

Published by ehmicky 5 months ago

Dependencies

  • Upgrade internal dependencies. This is not expected to be a breaking change.
nve - v17.0.0

Published by ehmicky 12 months ago

Breaking changes

  • Minimal supported Node.js version is now 18.18.0
nve - v16.1.1

Published by ehmicky about 1 year ago

Dependencies

nve - v16.1.0

Published by ehmicky over 1 year ago

Features

$ nve /path/to/.nvmrc npm test
  • When running multiple Node.js versions, the full resolved versions are now printed. For example, nve 10,12 ... will print Node.js 10.24.1 and Node.js 12.22.12 before each command's output, providing multiple Node.js versions are used at once.
nve - v16.0.1

Published by ehmicky over 1 year ago

Bug fixes

  • Ensure errors while downloading Node.js binaries are correctly printed (#36)
nve - v16.0.0

Published by ehmicky over 1 year ago

Breaking changes

  • Minimal supported Node.js version is now 16.17.0
nve - v15.5.0

Published by ehmicky over 1 year ago

Features

  • Upgrade Execa
nve - Release 15.4.0

Published by ehmicky almost 2 years ago

Features

  • Reduce npm package size by 41%
nve - Release 15.3.0

Published by ehmicky about 2 years ago

Features

  • Improve error handling
nve - Release 15.2.0

Published by ehmicky about 2 years ago

Features

  • Reduce npm package size
nve - Release 15.1.0

Published by ehmicky about 2 years ago

Features

nve - Release 15.0.0

Published by ehmicky over 2 years ago

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

Bug fixes

  • Fix when stdin is empty
nve - Release 14.0.0

Published by ehmicky over 3 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
nve - Release 13.0.0

Published by ehmicky over 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
nve - Release 12.0.0

Published by ehmicky over 4 years ago

Breaking changes

nve - Release 11.0.0

Published by ehmicky over 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
nve - Release 10.0.1

Published by ehmicky over 4 years ago

Bug fixes

  • Fix aliases shortcuts l and c
nve - Release 10.0.0

Published by ehmicky over 4 years ago

Breaking changes

nve - Release 9.3.1

Published by ehmicky over 4 years ago

Bug fixes

  • Fix warning message printed when running some commands