Open dtothefp opened 8 years ago
looks like the version of unzip > fstream > graceful-fs is giving the dreaded Node 6 warning. Any possibility of bumping fstream?
unzip
fstream
graceful-fs
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.
https://github.com/pghalliday/node-BrowserStackTunnel/issues/26
Note: that warning is soon to be reverted and would be turned into a throw.
Tracking: https://github.com/nodejs/node/issues/5213
I've just published a fork of unzip - unzip-stream which bumps the dep (and fixes bunch of other stuff).
looks like the version of
unzip
>fstream
>graceful-fs
is giving the dreaded Node 6 warning. Any possibility of bumpingfstream
?https://github.com/pghalliday/node-BrowserStackTunnel/issues/26