glebdmitriew / node-unzip-2

node.js cross-platform unzip using streams
MIT License
44 stars 39 forks source link

node-unzip2 not working with Node 12 #28

Open hunnble opened 5 years ago

hunnble commented 5 years ago

Same issue in node-unzip: https://github.com/EvanOxfeld/node-unzip/issues/122

imrehg commented 5 years ago

Seems like the latest v0.2.8 works with Node12, would it be possible to deploy that to NPM at least? there the latest is v0.2.5 cc @glebdmitriew

jacobmoloi commented 4 years ago

@imrehg which version are you reffering to (v0.2.8)

ZissisT commented 4 years ago

I guess we need to reference node-unzip-2 and not unzip2 in package.json if we want to get 0.2.8 which seems to fix it