adm-zip icon indicating copy to clipboard operation
adm-zip copied to clipboard

A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk

Results 155 adm-zip issues
Sort by recently updated
recently updated
newest added

I'm the getting the following error when trying to archive two folders of ~4.20GB size (98,082 files and 7,450 folders): `RangeError [ERR_INVALID_OPT_VALUE]: The value "80487" is invalid for option "value"`...

When I use the ExtractallTo method, I need to delete the ZIP package when it is completed, and the FS module is used to delete the FS prompt that the...

Hi, Is there a way to unzip password protected files? Thank you.

💡 feature request

Hi, I recently upgraded from 0.4.10 to the latest (0.4.14) and found that `extractEntryTo` was no longer preserving subdirectories in my zip files. Instead it was unzipping everything into a...

Hello, could you please describe/document error handling? For example I noticed that if invalid zip file is passed to `AdmZip` constructor it throws an error. Are there other errors possible?...

please require('iconv-lite') in zipEntry.js; and then set EntryName(val) { var nameTemp = iconv.decode(val, 'GBK'); _entryName = Utils.toBuffer(val); var lastChar = _entryName[_entryName.length - 1]; _isDirectory = (lastChar === 47) || (lastChar...

unicode

How to solve the problem of Chinese file name garbled?

unicode

Is it possible to set compression level or create a ZIP file without any compression?

💡 feature request

On the Wiki [ADM ZIP](https://github.com/cthackers/adm-zip/wiki/ADM-ZIP) page the quick anchor links do not correspond to the proper section, e.g. constructor(filePath) link in the Table of Contents menu has an #a2 id,...

wiki