This repository was archived by the owner on Mar 11, 2020. It is now read-only.
This repository was archived by the owner on Mar 11, 2020. It is now read-only.
Throws error in node v8.0.0 #224
Closed
Description
Throws error while running:
bm server deploy
Stack trace:
TypeError: Cannot read property 'pipesCount' of undefined
at module.exports.Readable.pipe (_stream_readable.js:545:16)
at module.exports.ZipArchiveOutputStream._smartStream (./path/to/package/server-cli/node_modules/compress-commons/lib/archivers/zip/zip-archive-output-stream.js:184:11)
at module.exports.ZipArchiveOutputStream._appendStream (./path/to/package/server-cli/node_modules/compress-commons/lib/archivers/zip/zip-archive-output-stream.js:96:20)
at module.exports.ArchiveOutputStream.entry (./path/to/package/server-cli/node_modules/compress-commons/lib/archivers/archive-output-stream.js:88:10)
at module.exports.ZipStream.entry (./path/to/package/server-cli/node_modules/zip-stream/index.js:138:49)
at Zip.append (./path/to/package/server-cli/node_modules/archiver/lib/plugins/zip.js:53:15)
at Archiver._moduleAppend (./path/to/package/server-cli/node_modules/archiver/lib/core.js:172:16)
at Archiver._onQueueTask (./path/to/package/server-cli/node_modules/archiver/lib/core.js:370:8)
at ./path/to/package/server-cli/node_modules/async/dist/async.js:4045:9
at process (./path/to/package/server-cli/node_modules/async/dist/async.js:2316:17)