Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install: Requires bun installation #6

Closed
jeffgca opened this issue Apr 5, 2024 · 3 comments · Fixed by #10, #11 or #12
Closed

Install: Requires bun installation #6

jeffgca opened this issue Apr 5, 2024 · 3 comments · Fixed by #10, #11 or #12

Comments

@jeffgca
Copy link
Contributor

jeffgca commented Apr 5, 2024

If I run

hellhub --help

I get

➜ ~ hellhub --help
env: bun: No such file or directory

This is resolved by installing bun, so maybe the fix is just to explain in the readme that bun is required ( for now )

@fabio-nettis
Copy link
Member

fabio-nettis commented Apr 5, 2024

@jeffgca I surely do wonder why bun should be required, maybe the fact that we use Bun.argv but that should run on node just fine.

@fabio-nettis
Copy link
Member

@jeffgca What package manager and command have you used to install the cli?

@fabio-nettis fabio-nettis changed the title CLI requires a bun installation Install: Requires bun installation Apr 5, 2024
@jeffgca
Copy link
Contributor Author

jeffgca commented Apr 6, 2024

I just used npm, and previously had no bun installation. Installing bun fixed everything, so I think this is just an installation instructions gap?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment