Open evil-shrike opened 11 years ago
It seems to be that 'stored' files in the zip are not supported.
Same as #32
This is fixed in new package https://www.npmjs.com/package/unzip2
It would be great if you could unpublish the old unzip package from NPM or at least add a note saying it's superseded by unzip2.
JetBrains TeamCity can pack artifacts as zip files. I'm trying to unzip a file from my build artifacts with
unzip
. It's failing with error :BTW "bower install" fails on such zip-files as it uses
unzip
.The Zip file itself is OK. It can be unpacked with WinRAR and official PKZIP from PKWARE without any errors.
When I created new zip files with WinRAR and PKWARE's PKZIP
unzip
fails on them in another way:What format of ZIP the module does support? It seems to be incompatible with official PKZIP.