https://github.com/irphilli/heroku-buildpack-node-binstubs
https://github.com/irphilli/heroku-buildpack-node-binstubs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/irphilli/heroku-buildpack-node-binstubs
- Owner: irphilli
- License: mit
- Created: 2024-03-12T16:38:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T15:50:50.000Z (over 2 years ago)
- Last Synced: 2025-11-06T23:29:28.690Z (7 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Heroku Buildpack: Node Binstubs
Stubs Node binaries
## Description
The [Ruby Buildpack](https://github.com/heroku/heroku-buildpack-ruby) will install Node and Yarn binaries when they are not pre-installed. Following advice in [this PR](https://github.com/heroku/heroku-buildpack-ruby/pull/1405), this PR stubs `node` and `yarn` so that the Ruby buildpack can skip installation. This is useful if your project uses a different JavaScript runtime (i.e. bun) or you pull precompiled assets during the build process.
## License
Licensed under the MIT License. See [LICENSE.md](LICENSE.md) file.