gulp-sentry-release icon indicating copy to clipboard operation
gulp-sentry-release copied to clipboard

Error in through2 dependency

Open cutandpastey opened this issue 10 years ago • 1 comments

I'm unsure if I have a configuration error or there is a breaking change in your through2 dependency but when running this gulp task I consistently get:

{path-to-my-project}/node_modules/gulp-sentry-release/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:533
  dest.on('unpipe', onunpipe);
       ^
TypeError: Object function (err) {
        finish(err, 'callback');
    } has no method 'on'

cutandpastey avatar Nov 12 '15 12:11 cutandpastey

It's probably a configuration error on your part. Make sure you're piping the sentryRelease stream to a real stream.

skeggse avatar Aug 02 '16 17:08 skeggse