pocotan001 / react-styleguide-generator

Easily generate a good-looking styleguide by adding some documentation to your React project.
http://pocotan001.github.io/react-styleguide-generator
MIT License
700 stars 76 forks source link

Fails to install with React v.0.14.0-rc1 #14

Closed SammyM closed 8 years ago

SammyM commented 8 years ago

I'm getting the following error when trying to install the style guide with React version 0.14.0-rc1:

npm ERR! peerinvalid The package react@0.14.0-rc1 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-styleguide-generator@1.1.5 wants react@>=0.13

Is there any chance that the requirements could be updated to allow version 0.14.0-rc1 to be used?

SammyM commented 8 years ago

I'm no longer experiencing this issue now that React version 0.14.0 is out so I'll close this.