web-ext doesn't look for Firefox Developer Edition
See original GitHub issueIs this a bug or feature request?
Feature Request
What is the current behavior?
Currently, if you run web-ext run
with only Firefox Developer Edition installed the following error is thrown:
Error: spawn C:\Program Files (x86)\Mozilla Firefox\firefox.exe ENOENT
at exports._errnoException (util.js:1026:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
What is the expected or desired behavior?
I’d like web-ext to find the Firefox Developer Edition for me, so I don’t have to --firefox
every time I run it or ever. 😉
Version information
(Please fill this in for bug reports.)
- Output of
web-ext --version
: 1.6.0 - Output of
node --version
: 6.9.1 - Output of
npm --version
: 3.10.8 - Firefox version: 51.0a2 (developer edition in this case)
- Your OS and version: Windows Version 10.0.14393 Build 14393
Issue Analytics
- State:
- Created 7 years ago
- Reactions:12
- Comments:12 (8 by maintainers)
Top Results From Across the Web
Problems Installing the Webex Client in Firefox
Problems installing the Cisco Webex add-on in Firefox · Launch Firefox. · Click on the menu icon User-added image in the upper-right. ·...
Read more >Cisco Webex does not work on firefox version 52. Error
Summary: Cisco Webex does not work on firefox version 52. Error - Use a different browser to join the meeting. Install Firefox version...
Read more >Temporary installation in Firefox - Extension Workshop
Temporary installation in Firefox. This article describes how you can temporarily install an extension in Firefox for testing and debugging.
Read more >Cannot sign in into Webex meeting via browser on Ubuntu
... using Webex meetings on Firefox on Ubuntu since the pandemic started. On 30 June 2020, I get this message - Your operating...
Read more >Firefox vs. Webex Meetings - G2
Compare Firefox and Webex Meetings head-to-head across pricing, user satisfaction, ... I dislike how when you are typing into the navigation bar, it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, that would be nice to choose a sane default.
BTW, there is a shortcut for this:
web-ext run --firefox=firefoxdeveloperedition
and you can also set $FIREFOX in the environment.It works for me on 64bit