Cannot use decompress-zip "Miss ./zlib_bindings"
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 !
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 [email protected] 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.