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
I use gulp-imagemin im my gulp as ESM. When I run my gulp task with gulp-imagemin plugin, I've got the issue:
gulp-imagemin: Could not load default plugin `gifsicle`
gulp-imagemin: Could not load default plugin `mozjpeg`
gulp-imagemin: Could not load default plugin `optipng`
@hannasorokina You have to install those plugins as dev dependency, even though it says in the readme that gulp-imagemin comes bundled with those plugins
I use gulp-imagemin im my gulp as ESM. When I run my gulp task with gulp-imagemin plugin, I've got the issue:
Windiws 10 x64
Gulp version: "gulp": "^4.0.2";
Plugin version: "gulp-imagemin": "^8.0.0".
Node version: v18.12.0.
Does anybody has some solution for the issue?
The text was updated successfully, but these errors were encountered: