bower / decompress-zip

Module that decompresses zip files
MIT License
102 stars 76 forks source link

Cannot use decompress-zip "Miss ./zlib_bindings" #65

Open pwolf451 opened 5 years ago

pwolf451 commented 5 years ago

Hello everyone,

I am desperately looking for a solution to extract a large zip file (3Gb), and trying some APIs to find the best. Importing decompress-zip is OK, but when I write "var DecompressZip = require('decompress-zip');" I have the message "Import error, can't find file: ./zlib_bindings".

I am coding on Stackblitz with angular 7. I had the same problem with yauzl, unzip-stream, extract-zip, AdmZip...

Thank you in advance !

sheerun commented 5 years ago

I guess Stackblitz poorly supports native bindings. You need to raise this issue to them not Bower.

On Sat, Apr 6, 2019 at 9:03 PM Pierre Wolf notifications@github.com wrote:

Hello everyone,

I am desperately looking for a solution to extract a large zip file, and trying some APIs to find the best. Importing decompress-zip is OK, but when I write "var DecompressZip = require('decompress-zip');" I have the message "Import error, can't find file: ./zlib_bindings".

I am coding on Stackblitz with angular 7. I had the same problem with yauzl, unzip-stream...

Thank you in advance !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.