node-unzip icon indicating copy to clipboard operation
node-unzip copied to clipboard

node.js cross-platform unzip using streams

Results 86 node-unzip issues
Sort by recently updated
recently updated
newest added

(node) warning: Recursive process.nextTick detected. This will break in the next version of node.Please use setImmediate for recursive deferral. The message kept pumping up while doing the extracting then finally...

I downloaded the zip file from: http://geolite.maxmind.com/download/geoip/database/GeoLite2-City-CSV.zip I wrote this script to extract it: ``` javascript #!/usr/bin/env node var fs = require('fs'); var unzip = require('unzip'); var reader = fs.createReadStream('GeoLite2-City-CSV.zip');...

Hey, I am using your library and tracked this error through all the way through your library to the node ZLib. The actual error was: ``` events.js:72 throw er; //...

I was trying to download zip with request and pipe it to Parse ``` javascript dl_stream = request.get('....'); dl_stream.pipe(unzip.Parse()) .on('entry', function(entry) { ... ``` it failed to extract files because...

``` bash Error: invalid signature: 0xcb633d21 at /var/www/xxx/unzip/lib/parse.js:63:13 at process._tickCallback (node.js:415:13) ```

Piping in a zip stream directly from [archiver](https://github.com/ctalkington/node-archiver/), results in a series of `invalid signature` errors. It seems as if all bytes in the stream are checked for a signature....

Hi, Is there possible to unzip a cab(Cabinet) file with node-unzip? The cab file is produced from MS VisualStudio smartphone project and I just need to get a file in...

RT if the file name contains Chinese characters, after extracting, the file name broken.

Archive contains a number of text files. Archive works fine using unzip on unix. { [Error: invalid distance code] errno: -3, code: 'Z_DATA_ERROR' } ``` javascript var fs = require('fs');...

Please try this file https://www.dropbox.com/s/b9u4b431q0rpc4k/test.zip and it will try an error: Fatal error: invalid block type