-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I am zipping a folder that has a size of over 4GB (approximately). This leads to the following error being thrown:
buffer.js:1274
throw new errors.RangeError('ERR_INVALID_OPT_VALUE', 'value', value);
^
RangeError [ERR_INVALID_OPT_VALUE]: The value "4303028714" is invalid for option "value"
at checkInt (buffer.js:1274:11)
at Buffer.writeUInt32LE (buffer.js:1360:7)
Is it possible to zip folders larger than 4GB?
Metadata
Metadata
Assignees
Labels
No labels