Skip to content
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

Can't seem to run gulp-imagemin on my mac m1 #374

Open
gregmercer opened this issue Aug 8, 2022 · 2 comments
Open

Can't seem to run gulp-imagemin on my mac m1 #374

gregmercer opened this issue Aug 8, 2022 · 2 comments

Comments

@gregmercer
Copy link

gregmercer commented Aug 8, 2022

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.

@MikeMcC399
Copy link

@gregmercer

Did you find a solution for your issue?
Which version of gulp-imagemin are you using?

@MikeMcC399
Copy link

It has been reported that it is necessary to have Rosetta 2 installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants