You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Node 6.3 and have no issues. I don't get a finish event, however, but a close event.
Are you sure you're using writeStream = fstream.Writer('output/path') from the fstream package as shown in the example? The writeStream object in entry.pipe(writeStream), on the other hand, is your standard fs.createWriteStream('output/path').
It seems that in node v4.1.0,
unzip.Parse()
does not work according to the docs.This does not work:
However, this does:
Maybe the Stream API has changed?
The text was updated successfully, but these errors were encountered: