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

node.js cross-platform unzip using streams

Results 86 node-unzip issues
Sort by recently updated
recently updated
newest added

Fstream has older version of graceful-fs which is not compatible with node 18

Just a warning to amplify the sentiments of others here and on StackOverflow. See https://stackoverflow.com/a/46967462/264970

Please make a note in the readme that this project is abandoned. This saves people a lot of time..

some time ago I posted an issue with the dependency `fstream`, which breaks this package but has been resolved. see: https://github.com/isaacs/node-graceful-fs/issues/156#event-3244290341 please update

With Node 12, simply doing a require("unzip") will crash your application with the following error: ``` const { Math, Object, Reflect } = primordials; ^ ReferenceError: primordials is not defined...