-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
error admin-on-rest > react-router-dom > react@^15" doesn't satisfy found match of "[email protected]" #1566
Comments
I think that means we should upgrade react-router in master. But you'll have other warnings with react 16.2. Normally, it's a peer dependency so it should not cause any harm other than these warnings. |
I think that react-router-dom should be used and react-router is an dependency of that |
It'll be nice to remove these warnings - I normally pin these errors down by doing a npm list --depth=2 I'm getting the following peer dep warnings: |
If we update to react-router-dom 4.2.2 it'll fix the dependencies warnings |
Moved to marmelab/admin-on-rest#3 |
admin-on-rest: v1.4.0
react: 16.2.0
yarn check
The text was updated successfully, but these errors were encountered: