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

peerDependencies requirements error (history and react-router) #109

Closed
maks-rafalko opened this issue Dec 26, 2015 · 1 comment
Closed

Comments

@maks-rafalko
Copy link

npm ERR! peerinvalid The package history@1.13.1 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-router@1.0.3 wants history@^1.17.0

I fixed it by modifying 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

@maks-rafalko
Copy link
Author

👍

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

1 participant