0.0.2 • Published 12 months ago

nightly-node v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Nightly Node

Run the latest Node.js nightly build

Usage

npx nightly-node --version

Test

npm test

Watch mode

node --test --watch

Debug

NODE_DEBUG=nightly-node npx nightly-node --version

FAQ

Benefits over node-nightly

  • ✅ Downloads latest version of Node.js nightly build supported by your operating system
  • ✅ No external dependencies

Why does this package exist?

  • To test the latest Node.js features without having to manually download and install the nightly build.
  • node-nightly did not work for me since it always fetched a version of Node.js that was not supported by my operating system.
  • Tools like nvm do not support running nightly builds

License

MIT

Inspiration

This project was inspired by node-nightly

0.0.2

12 months ago

0.0.1

12 months ago