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

upgrade glob to the latest version #2199

Closed
wants to merge 1 commit into from
Closed

upgrade glob to the latest version #2199

wants to merge 1 commit into from

Conversation

thefourtheye
Copy link

This is necessary because the version of graceful-fs package used by glob 3.2.3 is
deprecated. This change would avoid the warning

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.

when installing the latest version of mocha.

This is necessary because the version of `graceful-fs` package used by `glob` 3.2.3 is
deprecated. This change would avoid the warning

```
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.
```

when installing the latest version of mocha.
@graingert
Copy link
Contributor

#2121 (comment)

@boneskull
Copy link
Member

see #2121

@boneskull boneskull closed this Apr 15, 2016
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

Successfully merging this pull request may close these issues.

None yet

3 participants