adm-zip
adm-zip copied to clipboard
Is there a limit to the file size?
I use it to read a big zip file(2.6GB),it prompts an error:File size (2689810164) is greater than 2 GB
vision:^0.5.9
code:
try {
const zip = new admZip(${cases}/${params.name}.zip)
let cacheObj: any = zip.readAsText(cache.txt)
} catch(err) {
console.log(err)
}
Duplicate of #334
thanks