node-unzip icon indicating copy to clipboard operation
node-unzip copied to clipboard

Error: invalid signature: 0x6064b50

Open xinzai2014 opened this issue 7 years ago • 2 comments

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

xinzai2014 avatar Dec 20 '17 08:12 xinzai2014

+1

16slowly avatar Jan 20 '18 02:01 16slowly

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

mhr3 avatar Jan 20 '18 21:01 mhr3