You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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)
The text was updated successfully, but these errors were encountered:
I ran this command:
bun run dev --gecko-binary $(which firefox)
and I get this as output:
It says it can't find my browser, but the launch script for firefox is working correctly as far as I can tell:
What should I do here?
Other contextual information:
The text was updated successfully, but these errors were encountered: