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

[CLI] Add support for bun #628

Open
piotrkulpinski opened this issue Sep 21, 2023 · 2 comments
Open

[CLI] Add support for bun #628

piotrkulpinski opened this issue Sep 21, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@piotrkulpinski
Copy link

Hi,

Is it possible to use CLI with the latest Bun version?

I tried running bun x inngest-cli@latest dev but it fails with the following error:

$ bun x inngest-cli@latest dev
error: Failed to run "inngest-cli" due to error InvalidExe
error: script "inngest" exited with code 1 (SIGHUP)

Thanks

@piotrkulpinski piotrkulpinski added the bug Something isn't working label Sep 21, 2023
@ozanmakes
Copy link

inngest-cli relies on a postinstall script to run and Bun currently requires an entry in package.json trustedDependencies to allow this. Unfortunately, there doesn't seem to be a way to mark a package as safe at the moment when using bun x: oven-sh/bun#4583 (comment)

@jpwilliams
Copy link
Member

jpwilliams commented Oct 4, 2023

Thanks for the report, @piotrkulpinski, and the links, @osener.

I've been keeping an eye on this as had the same annoyance myself. 😁 There are a large number of affected packages that recommend npx package@latest (like Supabase in oven-sh/bun#4583 linked above) - we'll see where bun goes with the reports and look at alternatives if it's taking a while.

IGassmann pushed a commit that referenced this issue Feb 14, 2024
* INN-2593: Add Aomni case study

* Case study edits

* More unique title. Fix layout

* Add Florian works. OG images

* Feature case studies on customers page

* Make buttons look more clickable

* Refresh nav links to feature case studies and update docs

* Improve CTAs and link to case studies

* these > our
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants