ForbesLindesay-Unmaintained / tar-pack

Package and un-package modules of some sort (oooh, perhaps you could package JavaScript modules on npm...)
BSD 2-Clause "Simplified" License
37 stars 14 forks source link

On node >= v14, `unpack()` is not finished yet when the callback is invoked #39

Open WavinFlag opened 3 years ago

WavinFlag commented 3 years ago

On node >= v14, unpack() is not finished yet when the callback is invoked. And I noticed that the writable stream (returned by unpack()) is closed twice.

I've created a minimal reproducible repository.

WavinFlag commented 3 years ago

Seems to be the same problem to #38.

NNNaix commented 3 years ago

I have this problem too. Does it have any temporary solution?

WavinFlag commented 3 years ago

@NNNaix Finally we turned to note-tar, as what this issue proposed.