EvanOxfeld / node-unzip

node.js cross-platform unzip using streams
MIT License
613 stars 343 forks source link

Error: invalid signature: 0x6064b50 #110

Open xinzai2014 opened 6 years ago

xinzai2014 commented 6 years ago

Error: invalid signature: 0x6064b50 at /home/jwcloud/node_modules/unzip/lib/parse.js:58:13 at runCallback (timers.js:781:20) at tryOnImmediate (timers.js:743:5) at processImmediate [as _immediateCallback] (timers.js:714:5)

the file‘s size is 4.8GB

16slowly commented 6 years ago

+1

mhr3 commented 6 years ago

That's signature of a zip64 file, this library doesn't support those. You should try yauzl or unzip-stream.