-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
easy zip throws error when folder size is bigger than ~20mb #1
Comments
I'm having a similar issue:
The code that I'm using is:
This code was working fine before when the directory to sip only had a few files in it. Now the folder is up to 5.29 MB and contains 4,435 files and 3,576 folders. |
im using https://www.npmjs.org/package/adm-zip now. |
Cool, I was just looking into alternatives, thanks for the tip! 👍 |
In case anyone is interested, I made a fork of this repo since this one is abandoned. https://github.com/jrnewell/easy-zip2 |
hi
i tried including easy zip in my node-mirror project.
https://npmjs.org/package/node-mirror
the main reason for me was because it seems to be the only zip implementation that handles folder reads async.
however when i try zipping a folder that is about 40mb big, easyzip wont finish and i get a error on command line
events.js:72
throw er; // Unhandled 'error' event
i am pretty sure you can reproduce it. just try to zip a folder that has lots of files and is about 40 mb in size.
thx
sol
The text was updated successfully, but these errors were encountered: