-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
fstream dependency is old, in turn depends on old deprecated version of graceful-fs #13
Comments
Could you please update to the current fstream to avoid the old graceful-fs 3 warning. |
Here we are :
|
@glebdmitriew |
Note: that warning is soon to be reverted and would be turned into a throw. Tracking: nodejs/node#5213 I mean the runtime warning |
I am stuck with this also. Has anyone forked and updated this yet? |
When I npm install node-unzip-2 this message is printed:
This package depends on an old version of fstream (
0.1.21
) which in turn depends on an old version of graceful-fs (3.0.2
)The current fstream version (
1.0.8
) depends on a newer version of graceful-fs (4.1.2
).The text was updated successfully, but these errors were encountered: