-
Notifications
You must be signed in to change notification settings - Fork 8
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
Uncaught (in promise) Error: Unexpected crx format version number #3
Comments
Same here... |
Same problem still |
Same... |
Same here |
same xD |
Looks like this is due to crx3 not being supported in the Someone has forked that project and added crx3 support. See: peerigon/unzip-crx#12 Changing the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ crx-to-xpi /Users/myusername/Downloads/extension_1_4_137_0.crx
Error: Failed to unpack CRX file
Uncaught (in promise) Error: Unexpected crx format version number.
at crxToZip (/usr/local/lib/node_modules/crx-to-xpi/node_modules/unzip-crx/dist/index.js:37:15)
at /usr/local/lib/node_modules/crx-to-xpi/node_modules/unzip-crx/dist/index.js:57:32
at callHanler (/usr/local/lib/node_modules/crx-to-xpi/node_modules/yaku/lib/yaku.js:719:16)
at tryCatcher (/usr/local/lib/node_modules/crx-to-xpi/node_modules/yaku/lib/yaku.js:436:32)
at /usr/local/lib/node_modules/crx-to-xpi/node_modules/yaku/lib/yaku.js:575:38
at flush (/usr/local/lib/node_modules/crx-to-xpi/node_modules/yaku/lib/yaku.js:478:17)
at processTicksAndRejections (internal/process/task_queues.js:75:11)
Any ideas?
The text was updated successfully, but these errors were encountered: