-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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
deprecated [email protected] #1522
Comments
Redux doesn't depend on |
@JinxiuLee Are you using Flow? flow-bin may need updated dependencies. |
I cloned repository yesterday and when I was installing the npm packages redux required(npm install), I got the warning in my terminal. So that's why I published it here as an issue. |
@JinxiuLee Maybe mocha mochajs/mocha#2121 (comment) |
@JinxiuLee When you install something npm still checks all deps. |
@kouhin Yes, the Mocha team are on it: https://github.com/mochajs/mocha/pull/2129/files. Also, Redux repo includes an old version of gitbook-cli: 0.3.6. Latest version is 2.1.2. |
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.
The text was updated successfully, but these errors were encountered: