node-unzip
node-unzip copied to clipboard
Extract never fires error nor close in some cases
For this zip file, unzip.Extract never fires error nor close which causes my process to hang.
Setting verbose: true gives us the following output:
Archive: /home/ozten/apk-factory-service/tmp/application.zip
inflating: META-INF/zigbert.rsa
inflating: 404.html
Using the unzip command line on Ubuntu successfully decompresses this archive and there are many more entries.
The zip format maybe different.