happypoulp / redux-tutorial

Learn how to use redux step by step
3.76k stars 546 forks source link

Dependency conflict. #64

Closed jngbng closed 8 years ago

jngbng commented 8 years ago

npm ERR! peerinvalid The package react@0.14.0 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer react-dom@0.14.2 wants react@^0.14.2 npm ERR! peerinvalid Peer react-redux@4.0.0 wants react@^0.14.0

"react-dom" may not be compatible with "react".

"react" should be "^0.14.0" instead of "0.14.0".

diffractometer commented 8 years ago

Same

npm ERR! peerinvalid The package react@0.14.0 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer react-dom@0.14.2 wants react@^0.14.2 npm ERR! peerinvalid Peer react-redux@4.0.0 wants react@^0.14.0

diffractometer commented 8 years ago

@jngbng changing dep "react-dom" to just "0.14.0" solves problem.

happypoulp commented 8 years ago

Thanks for your report, it's fixed now.