RangeError [ERR_BUFFER_TOO_LARGE] occurs if the ZIP file contains a file larger than 4GB (ZIP64 format) #481
Unanswered
shuhei-tagawa
asked this question in
Q&A
Replies: 3 comments
-
What version of Node.js are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, It's v18.0.0. I've tried to make own Writer class and pass it to getData() but It hasn't worked so far. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think Node does not support Blobs larger than 4GB actually. Can you paste your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When attempting to read data from a ZIP file using entry.getData(writer), a RangeError [ERR_BUFFER_TOO_LARGE] occurs if the ZIP file contains a file larger than 4GB (ZIP64 format).
This leads to the termination of the Node.js process.
Is there any way to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions