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
{{ message }}
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
SOLVED: at the end of the buildImages function, I changed:
], done) : undefined
to:
], done()) : undefined
This project is awesome btw. I was having no problems and then suddenly it starting gulp-imagemin starting crashing npm start.
If I remove all the images from my src/img folder and then npm start, it runs fine. If I add the images back, or new new images while it's running, all is good. It's only if I CTRL+C stop and then npm start again that I get the below error.
I'm running Windows 10 with latest node and npm.
gulp-imagemin: Minified 22 images (saved 38.9 kB - 1.7%) [21:19:36] The following tasks did not complete: default, Booting Images Task: Build - Production Mode [21:19:36] Did you forget to signal async completion?
The text was updated successfully, but these errors were encountered:
Thanks will surely see this next weekend and other issues ...
Again thanks for making me figure out that this repo got love ... I had no idea honestly!
I also have a problem with gulp-imagemin. It does not copy all images, only part. I would also consider adding a cache for photos and compress only new.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
SOLVED: at the end of the buildImages function, I changed:
], done) : undefined
to:
], done()) : undefined
This project is awesome btw. I was having no problems and then suddenly it starting gulp-imagemin starting crashing npm start.
If I remove all the images from my src/img folder and then npm start, it runs fine. If I add the images back, or new new images while it's running, all is good. It's only if I CTRL+C stop and then npm start again that I get the below error.
I'm running Windows 10 with latest node and npm.
gulp-imagemin: Minified 22 images (saved 38.9 kB - 1.7%) [21:19:36] The following tasks did not complete: default, Booting Images Task: Build - Production Mode [21:19:36] Did you forget to signal async completion?
The text was updated successfully, but these errors were encountered: