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

graceful-fs version 3 is outdated #607

Closed
akaRem opened this issue Apr 21, 2016 · 4 comments
Closed

graceful-fs version 3 is outdated #607

akaRem opened this issue Apr 21, 2016 · 4 comments

Comments

@akaRem
Copy link

akaRem commented Apr 21, 2016

I've tried to install packages from latest master and such warning appeared:

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.
not sure which components are outdated, but please take a look

@langpavel
Copy link
Collaborator

langpavel commented Apr 22, 2016

This is caused by third party dependencies.
You can show dependency tree by npm ls command.
Yo can also use david-dm tool

@akaRem
Copy link
Author

akaRem commented Apr 22, 2016

├─┬ 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
│ │   └── lru-cache@2.7.3

@koistya
Copy link
Member

koistya commented Apr 22, 2016

Ref mochajs/mocha#2121

@ulani
Copy link
Member

ulani commented May 27, 2021

@akaRem thank you very much for crating this issue! Unfortunately, we have close it due to inactivity. Feel free to re-open it or join our Discord channel for discussion.

NOTE: The main branch has been updated with React Starter Kit v2, using JAM-style architecture.

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

4 participants