We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This package does not work on aarch64 linux. Suggestions:
if (process.platform === 'win32' || process.platform === 'linux') { // eslint-disable-next-line unicorn/no-process-exit process.exit(1); }
The text was updated successfully, but these errors were encountered:
This issue and resolution was for ARM but this might work for your arch as well #31
Sorry, something went wrong.
https://github.com/imagemin/jpeg-recompress-bin/pull/31/files#diff-a021b62b61739461595e009ed3d8524495144ddba458d99f1eba19e2a2be7b74R15
No, that just throws error if it's not x86 Linux.
No branches or pull requests
This package does not work on aarch64 linux. Suggestions:
The text was updated successfully, but these errors were encountered: