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
Getting the following error when trying to run:
const imagemin = require('gulp-imagemin'); .pipe( imagemin(...
error says...
Error in plugin "gulp-imagemin" Message: qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
Details: code: 255 killed: false stdout: stderr: qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
Is there any workaround for this? Thanks.
The text was updated successfully, but these errors were encountered:
@gregmercer
Did you find a solution for your issue? Which version of gulp-imagemin are you using?
gulp-imagemin
Sorry, something went wrong.
It has been reported that it is necessary to have Rosetta 2 installed.
No branches or pull requests
Getting the following error when trying to run:
const imagemin = require('gulp-imagemin');
.pipe(
imagemin(...
error says...
Error in plugin "gulp-imagemin"
Message:
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
Details:
code: 255
killed: false
stdout:
stderr: qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
Is there any workaround for this? Thanks.
The text was updated successfully, but these errors were encountered: