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
Due to archiverjs/node-archiver#491, trying to build the Firefox extension with npm run build is broken on Node v15.6.0. The resulting archive contains a manifest.json with an invalid CRC.
Attempting to load the built firefox_unsigned.xpi into Firefox results in the following error:
There was an error during the temporary add-on installation.
Error details
Component returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED) [nsIInputStream.available]
The text was updated successfully, but these errors were encountered:
Due to archiverjs/node-archiver#491, trying to build the Firefox extension with
npm run build
is broken on Node v15.6.0. The resulting archive contains amanifest.json
with an invalid CRC.Attempting to load the built
firefox_unsigned.xpi
into Firefox results in the following error:The text was updated successfully, but these errors were encountered: