What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
Run bunx supabase
What is the expected behavior?
Runs the supabase cli. You can get this to work using npx supabase and will run like normal
What do you see instead?
error: could not determine executable to run for package supabase
Additional information
I've tried installing supabase globally using bun i -g supabase it installs but runs into the same error.
What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
Run
bunx supabaseWhat is the expected behavior?
Runs the supabase cli. You can get this to work using
npx supabaseand will run like normalWhat do you see instead?
Additional information
I've tried installing supabase globally using
bun i -g supabaseit installs but runs into the same error.