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

Can't find the browser path even providing the full path #209

Open
quazar-omega opened this issue Oct 5, 2024 · 2 comments
Open

Can't find the browser path even providing the full path #209

quazar-omega opened this issue Oct 5, 2024 · 2 comments
Assignees
Labels

Comments

@quazar-omega
Copy link

I ran this command:

bun run dev --gecko-binary $(which firefox)

and I get this as output:

$ extension dev --gecko-binary /usr/bin/firefox

 🧩 Extension.js 2.0.0-beta.1
    Extension Name         Default Extension
    Extension Version      1.0
    Extension ID           default-extension@extension-js

►►► Default Extension compiled successfully in 926 ms.
ERROR in Firefox ✖︎✖︎✖︎ Can't find the browser path

Either install the missing browser or choose a different one via --browser flag.
NOT FOUND npm exec fx-runner
error: script "dev" exited with code 1

It says it can't find my browser, but the launch script for firefox is working correctly as far as I can tell:

$(which firefox) --version
Mozilla Firefox 130.0.1

What should I do here?

Other contextual information:

  • using bun instead of npm
  • running inside a devbox shell (nix)
@cezaraugusto
Copy link
Member

@quazar-omega thanks for reporting! on it

@cezaraugusto cezaraugusto self-assigned this Oct 6, 2024
@quazar-omega
Copy link
Author

Thank you for looking into this, let me know if you need more troubleshooting info! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants