Skip to content

TypeError: Cannot read property 'pipesCount' of undefined #25

Closed
@NN---

Description

@NN---

Using Node 8 with gulp-zip the following error is arrives.
Unsure whether it is relevant for this project or for gulp.

TypeError: Cannot read property 'pipesCount' of undefined
    at module.exports.Readable.pipe (_stream_readable.js:545:16)
    at module.exports.ZipArchiveOutputStream._smartStream (test\node_modules\compress-commons\lib\archivers\zip\zip-archive-output-stream.js:184:11)
    at module.exports.ZipArchiveOutputStream._appendStream (test\node_modules\compress-commons\lib\archivers\zip\zip-archive-output-stream.js:96:20)
    at module.exports.ArchiveOutputStream.entry (test\node_modules\compress-commons\lib\archivers\archive-output-stream.js:88:10)
    at module.exports.ZipStream.entry (test\node_modules\zip-stream\index.js:138:49)
    at Zip.append (test\node_modules\archiver\lib\plugins\zip.js:53:15)
    at Archiver._moduleAppend (test\node_modules\archiver\lib\core.js:172:16)
    at Archiver._onQueueTask (test\node_modules\archiver\lib\core.js:370:8)
    at test\node_modules\async\dist\async.js:4025:5
    at process (test\node_modules\async\dist\async.js:2332:17)
    at Immediate._onImmediate (test\node_modules\async\dist\async.js:2136:16)
    at runCallback (timers.js:800:20)
    at tryOnImmediate (timers.js:762:5)
    at processImmediate [as _immediateCallback] (timers.js:733:5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions