-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
npm WARN deprecated graceful-fs #2262
Comments
Sounds similar to #2200 (the warning about jade) except that not supporting node 7 feels somewhat more serious than just a warning due to some package name change, at least in the long run. Current glob is using caret dependencies as well, so it will probably be really hard to get a single version of mocha to support node 0.8 through 7.0. |
Glob 3.2.11 actually is compatible and doesn't have the graceful-fs dependency, so it should work on 0.8 through 7, as far as I can tell at this point; this was already updated by #2201 and will go out in the next release. Until then, at least it's actually not an error but just a warning; even updating to Node 7 might not break it if you're not getting any warnings other than the one on install. |
Node v6 & npm v3.8.6 really do not like this. After any command ran through NPM, whatsoever, it floods the screen with warnings because of the [email protected] dependency of glob on mocha. Definitely +1ing the usage of an updated glob. I fixed by manually going into the mocha node_modules folder, |
Wow, I've never seen it dump the fs re-evaluation warning like that before. There might be a good test case in there. |
Thanks for the replies. I will wait for the update. |
dupe of #2234 basically |
I get the following error:
Tree:
The text was updated successfully, but these errors were encountered: