We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants history@^1.17.0
I fixed it by modifying package.json:
package.json
.... "history": "^1.17.0", "react-router": "^1.0.2", ...
Is it ok? What would you suggest? May be it should be fixed in source code
The text was updated successfully, but these errors were encountered:
9d7c77f
👍
Sorry, something went wrong.
No branches or pull requests
I fixed it by modifying
package.json
:Is it ok? What would you suggest? May be it should be fixed in source code
The text was updated successfully, but these errors were encountered: