Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid compressed data to inflate #2

Open
hmeerlo opened this issue Sep 19, 2013 · 0 comments
Open

invalid compressed data to inflate #2

hmeerlo opened this issue Sep 19, 2013 · 0 comments

Comments

@hmeerlo
Copy link

hmeerlo commented Sep 19, 2013

Hi,

I just tried to use easy-zip to zip a folder. My code is very simple:

var zip = new EasyZip();
zip.zipFolder(dir,function(){
    zip.writeToFile('test.zip, callback);
});

But when I try 'unzip -t test.zip' I get this:

Archive: test.zip
testing: icon.iconset/ OK
testing: manifest.json OK
testing: website.json OK
testing: icon.iconset/icon_16x16.png OK
testing: icon.iconset/icon_32x32.png
error: invalid compressed data to inflate
testing: icon.iconset/icon_16x16@2x.png
error: invalid compressed data to inflate
testing: icon.iconset/icon_128x128.png OK
testing: icon.iconset/icon_32x32@2x.png OK
testing: icon.iconset/icon_128x128@2x.png
error: invalid compressed data to inflate
At least one error was detected in test.zip

Any idea what the problem might be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant