Skip to content
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 usage #2227

Closed
CafeLungo opened this issue Apr 27, 2016 · 2 comments
Closed

deprecated graceful-fs usage #2227

CafeLungo opened this issue Apr 27, 2016 · 2 comments

Comments

@CafeLungo
Copy link

When including mocha as a dependency, I'm getting the following warning at 'npm install'

npm WARN deprecated graceful-fs@2.0.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.

Traced this to the use of an old version of 'glob' in mocha (I think).

I also receive a warning about jade, but that issue is already reported under #2200.

@danielstjules
Copy link
Contributor

This has been fixed in master: c9bcfc1
Thanks! :)

@silkentrance
Copy link

Great! Now the warning is somewhat like gracefulfs will break with node > 6.x 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants