EvanOxfeld / node-unzip

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

Node 6 graceful-fs warning #97

Open dtothefp opened 8 years ago

dtothefp commented 8 years ago

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

ChALkeR commented 8 years ago

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

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

mhr3 commented 7 years ago

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