Mocha: deprecated graceful-fs usage

Created on 27 Apr 2016  路  2Comments  路  Source: mochajs/mocha

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

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.

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.

Most helpful comment

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

All 2 comments

This has been fixed in master: https://github.com/mochajs/mocha/commit/c9bcfc1b015c8d15d5fe5159e30818cd02f6a098
Thanks! :)

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

Was this page helpful?
0 / 5 - 0 ratings