-
Notifications
You must be signed in to change notification settings - Fork 343
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
web-ext thinks I am running 32 bit architecture when it is 64 bit #3341
Comments
The error message originates from https://github.com/mozilla/node-fx-runner/blob/b31bbca6dbd89f820f3b621c1785e3ddfcc85b1a/lib/utils.js#L79-L86 That code and the preceding code may offer pointers on debugging this issue. The "arch" is derived from How did you install Firefox? |
$ node -e 'console.log(require("os").arch())'
x64
I installed it with the ChocolateyGUI but with all default values so I presume the equivelant command I used would be:
Sorry I don't work with build or command line tools very much so my knowledge is basic at best. Any chance you could hand feed me some instructions on what I can do to help? |
Sorry I should mention that I am running LibreWolf but from my understanding the source code is basically the same: |
For me this issue was caused because I use Firefox Developer Edition and it was only looking for the "Mozilla Firefox" regkey. Fixed it by additionally installing default Firefox |
I am trying to get a project running via web-ext but get this following error:
I typed
navigator.userAgent
into the developers console and got:It seems one of these outputs are wrong.
Do you have any insights or ideas what could be going wrong here and causing this error?
The text was updated successfully, but these errors were encountered: