After updating to React 16 - installing [email protected] warns about invalid peer dependency.
npm install --save react-router-redux@next
npm WARN saveError Problems were encountered
npm WARN saveError Please correct and try again.
npm WARN saveError peer invalid: react@^15, required by [email protected]
The peerDependencies declaration in package.json seems to be the issue.
"peerDependencies": {
"react": "^15"
}
It's fixed on master, but hasn't been published yet. There are a few more things to get in there, but I'll try to publish an update soon.
+1 😱
[email protected] /Users/damz/Desktop/reax-form-sample
└─┬ [email protected]
└── [email protected] extraneous
I'm using just react-router and redux separately, must I use react-router-redux ? what is for ?
Nope, you don't have to use it at all.
thanks, i hope not be important ;-)
Most helpful comment
It's fixed on master, but hasn't been published yet. There are a few more things to get in there, but I'll try to publish an update soon.