gulp-notify icon indicating copy to clipboard operation
gulp-notify copied to clipboard

gulp-notify and gulp-plumber, ReferenceError: through is not defined

Open richardegil opened this issue 9 years ago • 9 comments

In the https://www.npmjs.com/package/gulp-notify#notes-tip section you provide an example of using gulp-notify and gulp-plumber together. Every time I try to run it I get the following error:

ReferenceError: through is not defined

I have tried using gulp-through and through-pipes to help resolve this but it just leads to more errors. Am I missing something? Am I using the wrong through library?

Here is my gulpfile https://gist.github.com/richardegil/9c513f8819e8ef25480c

richardegil avatar Jul 07 '15 16:07 richardegil