node-unzip
node-unzip copied to clipboard
entry.size is undefined
Using the example on the README, the get undefined
for the value of entry.size.
Is that a known issue? Couldn't find anything in any other issue.
Same issue here, I've just copied the example on the README and entry.size returns undefined
This is still a problem for me, getting an undefined entry size with the example code.
I'm hitting this problem too ... I just want to unzip a file in NodeJS and display the progress, is there another way?
Try yauzl.
+1