It seems that this library is not working with Node.js 14, that just came out. It seems that Node.js crashes exactly at this line (stream.pipline):
https://github.com/maxogden/extract-zip/blob/eb3c1edb8481bbf68da05cd3a824b1dcc697f908/index.js#L135
I am not sure if they changed something, and this is a breaking change and something needs to be updated on extract-zip, or if this is a bug on Node.js 14, that just came out. Anyway, it is breaking, and the issue is here.
It seems that this library is not working with Node.js 14, that just came out. It seems that Node.js crashes exactly at this line (
stream.pipline):https://github.com/maxogden/extract-zip/blob/eb3c1edb8481bbf68da05cd3a824b1dcc697f908/index.js#L135
I am not sure if they changed something, and this is a breaking change and something needs to be updated on
extract-zip, or if this is a bug on Node.js 14, that just came out. Anyway, it is breaking, and the issue is here.