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

Error when installing - requires a peer of react@0.12.x - 1.x #40

Open JWhiteUX opened 7 years ago

JWhiteUX commented 7 years ago

Eerytime I try to install I get this error. Here is my log. Not sure why this is happening. Also npm -v react says 3.10.10 and wont update? not sure how to proceed.

npm WARN react-simpletabs@0.7.0 requires a peer of react@0.12.x - 1.x but none was installed.
npm WARN ddl-living-style-guide@1.0.0 No description
Justins-MacBook-Pro:ddl-living-style-guide justin$ npm -v react
3.10.10
Justins-MacBook-Pro:ddl-living-style-guide justin$ npm install react
ddl-living-style-guide@1.0.0 /Users/justin/GitHub/ddl-living-style-guide
└── react@15.4.2 
npm WARN react-simpletabs@0.7.0 requires a peer of react@0.12.x - 1.x but none was installed.
npm WARN ddl-living-style-guide@1.0.0 No description
Justins-MacBook-Pro:ddl-living-style-guide justin$ npm -v react
falc0nit3 commented 7 years ago

Getting the same error when I try to npm install. Any help with this?