We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
pghalliday/node-BrowserStackTunnel#26
The text was updated successfully, but these errors were encountered:
Note: that warning is soon to be reverted and would be turned into a throw.
Tracking: nodejs/node#5213
Sorry, something went wrong.
I've just published a fork of unzip - unzip-stream which bumps the dep (and fixes bunch of other stuff).
No branches or pull requests
looks like the version of
unzip
>fstream
>graceful-fs
is giving the dreaded Node 6 warning. Any possibility of bumpingfstream
?pghalliday/node-BrowserStackTunnel#26
The text was updated successfully, but these errors were encountered: