adm-zip
adm-zip copied to clipboard
InflateRaw.zlibOnError
When call extractAllTo function then got error like invalid stored block lengths
var zip = new AdmZip("dist/data.zip")
zip.extractAllTo("./output/path", true);
any one solve this issue??
Possible duplicate of https://github.com/cthackers/adm-zip/issues/289