-
Notifications
You must be signed in to change notification settings - Fork 48
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
Bump react peer dependency #78
Comments
Encountered this while updating Node version in an old project, I'd also like to see this! |
I'm having the same issue! |
Anybody tried to force the install ? |
Well, for now, I'm using |
Try https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides |
which version did you choose? @maluramichael |
"overrides": {
"react-clear-cache": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
}
}, |
@maluramichael thank you so much! It worked 🥇 🦾 |
Is it possible to bump the version from react 15.0.0 and 16.0.0 to 17.0.0 and 18.0.0?
Right now i get this error when i try to install the latest version of react-clear-cache.
The text was updated successfully, but these errors were encountered: