-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Hi! I'm trying to use this package with gulp-download-stream and I'm receiving the following error:
TypeError: stream.pipe is not a function
at DestroyableTransform.transform [as _transform] ({project-path}\node_modules\gulp-unzip\index.js:28:12)
at DestroyableTransform.Transform._read ({project-path}\node_modules\readable-stream\lib\_stream_transform.js:177:10)
at DestroyableTransform.Transform._write ({project-path}\node_modules\readable-stream\lib\_stream_transform.js:164:83)
at doWrite ({project-path}\node_modules\readable-stream\lib\_stream_writable.js:405:139)
at writeOrBuffer ({project-path}\node_modules\readable-stream\lib\_stream_writable.js:394:5)
at DestroyableTransform.Writable.write ({project-path}\node_modules\readable-stream\lib\_stream_writable.js:303:11)
at Readable.ondata (_stream_readable.js:746:22)
at Readable.emit (events.js:210:5)
at Readable.EventEmitter.emit (domain.js:540:23)
at Readable.read (_stream_readable.js:546:10)
at flow (_stream_readable.js:1015:34)
at resume_ (_stream_readable.js:996:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
Is this related to the package or am I doing something wrong here?
PS.: It works fine with gulp-download but It's much much slower since it's not parallel.