-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hey I'm getting this error when trying to execute the function
gulp.task("image", () => { gulp.src("./site/static/img/*") .pipe(image({ guetzli: true, options: { guetzli: ["--quality", 85] } })) .pipe(gulp.dest("dist/img")); });
Another node module works so I know the directories are correct. The exact error is:
(node:10378) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): [object Object] (node:10378) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non -zero exit code. (node:10378) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): [object Object]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels