-
-
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
Deprecated graceful-fs #2111
Comments
Would be nice to update glob, the latest version is |
Please see: #2058 (comment) This won't be needed until Node 7.0. Furthermore, we can't break support for older version of npm atm. This is something we could pursue in a major release at some point. |
Hmm, that's to bad :( Although Node 0.8 is at end of life, it isn't supported anymore. I think it's time to drop support for that from mocha... |
That's something we can def look into in the next major release :) We wouldn't want to break compatibility in 2.x.x |
I understand 👍 |
Hi, I just noticed after installing mocha that it relies on an outdated dependency on [email protected] which uses [email protected] .
npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible
See the tracking issue here: nodejs/node#5213
The text was updated successfully, but these errors were encountered: