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 was 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?
SOLVED: at the end of the buildImages function, I changed:
], done) : undefinedto:
], done()) : undefinedThis 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?