nightly-node
v0.0.2
Published
Run the latest Node.js nightly build
Downloads
9
Readme
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