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 - Release 9.3.0

Published by ehmicky over 4 years ago

Features

Bug fixes

  • Checksum checks were not working when the mirror option was used
nve - Release 9.2.0

Published by ehmicky over 4 years ago

Features

nve - Release 9.1.2

Published by ehmicky over 4 years ago

Bug fixes

  • Fix terminal color changing on Windows
nve - Release 9.1.1

Published by ehmicky over 4 years ago

Bug fixes

nve - Release 9.1.0

Published by ehmicky over 4 years ago

Features

nve - Release 9.0.0

Published by ehmicky almost 5 years ago

Breaking changes

  • Minimal supported Node.js version is now 10.17.0
nve - Release 8.3.0

Published by ehmicky almost 5 years ago

Features

  • Node.js binary download is now 50% faster on Windows

Bug fixes

  • Fix crash when Node.js binary URL is invalid
nve - Release 8.2.0

Published by ehmicky almost 5 years ago

Features

  • Node.js binary download is now twice faster on Windows

Bug fixes

  • Fix ARM, PowerPC, S390 support
nve - Release 8.1.0

Published by ehmicky almost 5 years ago

Features

  • Warn when a new version is available
nve - Release 8.0.3

Published by ehmicky almost 5 years ago

Bug fixes

  • Fix running npm or npx binaries on Windows
nve - Release 8.0.2

Published by ehmicky almost 5 years ago

Bug fixes

nve - Release 8.0.1

Published by ehmicky almost 5 years ago

Bug fixes

  • Fix executing binaries by specifying their file paths on Windows
nve - Release 8.0.0

Published by ehmicky almost 5 years ago

Breaking changes

  • Remove the --shell CLI flag. Since nve already runs in a shell, this flag is not needed. Shell-specific features (such as variables, globbing, etc.) work as expected since those are performed before nve is called.
nve - Release 7.3.1

Published by ehmicky almost 5 years ago

Bug fixes

  • Fix executing yarn
nve - Release 7.3.0

Published by ehmicky almost 5 years ago

Features

  • Improve the internal directory structure used to cache the Node.js binary
  • Cleanup temporary files when Node.js download fails

Bug fixes

  • Executing npm, yarn and pnpm was not working properly, for example when doing global installs (npm i -g ...).
nve - Release 7.2.0

Published by ehmicky almost 5 years ago

Features

  • Improve the appearance of the progress bar
nve - Release 7.1.0

Published by ehmicky almost 5 years ago

Features

  • Ensure Node.js binaries are not corrupted by checking their checksums
  • Use cache when offline (no network connection)
nve - Release 7.0.0

Published by ehmicky almost 5 years ago

Breaking changes

  • When nve is run without any command, it prints the available Node.js version. This allows you to find the latest available Node.js versions. If you also want to cache the initial Node.js binary download, you must now use nve VERSION node --version instead of nve VERSION.

Features

  • Make Node.js binary download twice faster on Linux and MacOS
  • Improve error messages
nve - Release 6.1.2

Published by ehmicky almost 5 years ago

Dependencies

  • Reduce the number of dependencies
nve - Release 6.1.1

Published by ehmicky almost 5 years ago

Dependencies

  • Reduce the number of dependencies