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

npm WARN deprecated graceful-fs@2.0.3: graceful-fs version 3 and before will fail on newer node releases. #33

Open
SethDavenport opened this issue Feb 19, 2016 · 3 comments

Comments

@SethDavenport
Copy link
Contributor

No description provided.

@SethDavenport
Copy link
Contributor Author

Observed in angular2 starter on a clean npm install; should check the others too.

The old version of graceful-fs seems to be pulled in by mocha 2.4.5

@SethDavenport
Copy link
Contributor Author

├─┬ mocha@2.4.5
│ ├── commander@2.3.0
│ ├── diff@1.4.0
│ ├── escape-string-regexp@1.0.2
│ ├─┬ glob@3.2.3
│ │ ├── graceful-fs@2.0.3
│ │ └─┬ minimatch@0.2.14
│ │   └── sigmund@1.0.1

@JaKXz
Copy link
Contributor

JaKXz commented Mar 17, 2016

mochajs/mocha#2121

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

No branches or pull requests

2 participants