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

Node 6 graceful-fs warning

Open dtothefp opened this issue 8 years ago • 2 comments

looks like the version of unzip > fstream > graceful-fs is giving the dreaded Node 6 warning. Any possibility of bumping fstream?

fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
screen shot 2016-06-01 at 11 45 14 pm

https://github.com/pghalliday/node-BrowserStackTunnel/issues/26

dtothefp avatar Jun 02 '16 03:06 dtothefp

Note: that warning is soon to be reverted and would be turned into a throw.

Tracking: https://github.com/nodejs/node/issues/5213

ChALkeR avatar Jul 20 '16 18:07 ChALkeR

I've just published a fork of unzip - unzip-stream which bumps the dep (and fixes bunch of other stuff).

mhr3 avatar Feb 26 '17 21:02 mhr3