Sorry, I wasn't sure in which repository to post this question.
I am trying to get started with web-ext but ran into this error:
$ ts-node scripts/applyManifestOverrides.ts --type=firefox
firefox manifest applied.
Done in 0.23s.
Running web extension from C:\laragon\www\toolkit-for-ynab\toolkit-for-ynab\dist\extension
You are using 32-bit version of Firefox on 64-bit versions of the Windows.
Some features may not work correctly in this version. You should upgrade Firefox to the latest 64-bit version now!
node:events:485
throw er; // Unhandled 'error' event
^
I have LibreWolf installed via Chocolatey, is there a 64 bit version available too? It seems only 32 bit is installed.
Sorry, I wasn't sure in which repository to post this question.
I am trying to get started with [web-ext](https://github.com/mozilla/web-ext) but ran into this error:
```sh
$ ts-node scripts/applyManifestOverrides.ts --type=firefox
firefox manifest applied.
Done in 0.23s.
Running web extension from C:\laragon\www\toolkit-for-ynab\toolkit-for-ynab\dist\extension
You are using 32-bit version of Firefox on 64-bit versions of the Windows.
Some features may not work correctly in this version. You should upgrade Firefox to the latest 64-bit version now!
node:events:485
throw er; // Unhandled 'error' event
^
```
I have LibreWolf installed via Chocolatey, is there a 64 bit version available too? It seems only 32 bit is installed.