arei / npmbox

Utility for creating (boxing) and using (unboxing) an archive of a complete (including all dependencies) npm install.
MIT License
245 stars 34 forks source link

npmunbox terminates unfinished with big archives #54

Closed danme closed 8 years ago

danme commented 8 years ago

The tar.gz module has an issue with big files in version 1.0.5. It just terminates the running program (after printing "Unpacking..."), leaving a uncompleted extract folder .npmbox-cache in the current directory.

Can be reproduced on a Ubuntu 14.04 32-bit (node 6.2.2):

npmbox protobufjs
npmunbox protobufjs

Please downgrade the dependency tar.gz to 1.0.2.

danme commented 8 years ago

https://github.com/alanhoff/node-tar.gz/issues/38

arei commented 8 years ago

Fixed in 4.0.0.