You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When including mocha as a dependency, I'm getting the following warning at 'npm install'
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.
The text was updated successfully, but these errors were encountered: