You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-router is now version 1.0.2 and your peerDependency of react-router@>=1.0.0-rc3 is invalid with npm 2 due to how it handles pre-release versioning: npm/npm#8854
I suggest updating it to react-router@>=1.0.0
The text was updated successfully, but these errors were encountered:
bdefore
added a commit
to bdefore/universal-redux
that referenced
this issue
Dec 10, 2015
You have it inverted. The issue there is that e.g. 1.1.0-rc won't satisfy >= 1.0.0. However 1.0.2 satisfies >= 1.0.0-rc3 just fine. I'd accept a PR to fix it but I'm not cutting a new release for this.
react-router is now version 1.0.2 and your peerDependency of
react-router@>=1.0.0-rc3
is invalid with npm 2 due to how it handles pre-release versioning: npm/npm#8854I suggest updating it to
react-router@>=1.0.0
The text was updated successfully, but these errors were encountered: