nvexeca

nvm + execa = nvexeca

APACHE-2.0 License

Downloads
13.5K
Stars
42
Committers
3

Bot releases are hidden (Show)

nvexeca - v11.0.1 Latest Release

Published by ehmicky 4 months ago

Bug fixes

  • Fix EMFILE errors thrown on Windows when nvexeca() is called multiple times at once.
nvexeca - v11.0.0

Published by ehmicky 5 months ago

Breaking changes

nvexeca - v10.0.0

Published by ehmicky 12 months ago

Breaking changes

  • Minimal supported Node.js version is now 18.18.0
nvexeca - v9.2.1

Published by ehmicky about 1 year ago

Dependencies

nvexeca - v9.2.0

Published by ehmicky over 1 year ago

Features

const { childProcess, version } = await nvexeca('/path/to/.nvmrc', 'node', [
  '--version',
])
nvexeca - v9.1.1

Published by ehmicky over 1 year ago

Bug fixes

nvexeca - v9.1.0

Published by ehmicky over 1 year ago

Features

  • Make the signal option also cancel downloading the Node.js binary
nvexeca - v9.0.0

Published by ehmicky over 1 year ago

Breaking changes

  • Minimal supported Node.js version is now 16.17.0
nvexeca - v8.5.0

Published by ehmicky over 1 year ago

Features

  • Upgrade Execa
nvexeca - Release 8.4.0

Published by ehmicky almost 2 years ago

Features

  • Improve tree-shaking support
nvexeca - Release 8.3.0

Published by ehmicky almost 2 years ago

Features

  • Reduce npm package size by 47%
nvexeca - Release 8.2.0

Published by ehmicky about 2 years ago

Features

  • Reduce npm package size
nvexeca - Release 8.1.0

Published by ehmicky over 2 years ago

Features

  • Add TypeScript types
nvexeca - Release 8.0.0

Published by ehmicky over 2 years ago

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

Features

nvexeca - Release 7.0.0

Published by ehmicky over 3 years ago

Breaking changes

  • Minimal supported Node.js version is now 12.20.0
  • This package is now an ES module. It can only be loaded with an import or import() statement, not require(). See this post for more information.

Bug fixes

  • Fix support for the latest version of npm
nvexeca - Release 6.0.1

Published by ehmicky over 4 years ago

Bug fixes

  • Fix crash when downloading several Node.js binaries in parallel
nvexeca - Release 6.0.0

Published by ehmicky over 4 years ago

  • Document global and local aliases (3defd18)
  • Upgrade get-node 10.0.0 -> 11.0.0 (21569b3)
nvexeca - Release 5.0.0

Published by ehmicky over 4 years ago

Breaking changes

nvexeca - Release 4.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
nvexeca - Release 3.0.1

Published by ehmicky over 4 years ago

Bug fixes

  • Fix aliases shortcuts l and c