-
Notifications
You must be signed in to change notification settings - Fork 8
RangeError: Maximum call stack size exceeded #2
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
Comments
Can you tell me large zip detail (size, file num and others) ? |
Sure thing. I can give you the URL to the zip itself (it's just the Chromium Embedded Framework OS X binary repacked as a zip file). It's here: https://dl.dropboxusercontent.com/u/714833/Koding/cef_binary_3.1650.1562_macosx64.zip |
I've just this second replicated the error without gulp-unzip, so it's almost certainly down to the unzip module. |
I see. Now, I create branch that use wip node-unzip branch. "unzip" : "git://github.com/suisho/gulp-unzip.git#unzip-max-call-stack-exceeded-wip" and do execute |
Solution verified, @suisho. Thanks. |
Ok, this problem got solution And I rethink this issue, I may provide so complex solution. If want open all file in zip ( in other word, not need filter function), you can solve this issue with use |
Has this now been resolved? If not please share an updated link to a failing zip |
It's very old issue. |
I'm seeing an error extracting a large zip file with gulp-unzip. First I get rather a lot of these:
And then finally this:
My code is very simple:
Is this gulp-unzip or node-unzip?
Thanks.
The text was updated successfully, but these errors were encountered: