banderson / generator-flux-react

A yeoman generator for app based on Facebook's Flux/React architecture
332 stars 35 forks source link

Missing components in react #18

Closed jmsherry closed 9 years ago

jmsherry commented 9 years ago

I used the generator and opted for react-bootstrap, but keep getting missing dependancies for 'input', 'button', 'ListGroup' and 'ListGroupItem' - am I doing something wrong?

Browserify Error { [Error: Cannot find module 'react-bootstrap/Input' from '/Users/jamessherry/sites/react/src/js/components']

peh commented 9 years ago

i experienced the same issue

peh commented 9 years ago

it should be https://github.com/react-bootstrap/react-bootstrap/issues/388 that causes this downgrading to react-bootstrap 0.14.1 seems to fix this issue

banderson commented 9 years ago

Thanks for helping out @peh! This is the unfortunate side of supporting these external UI Frameworks. I'm considering yanking them out and just including instructions for adding in after project generation due to this and issues like #16

banderson commented 9 years ago

It looks like this will be fixed in the next patch release, landing this weekend. I'll followup once it officially lands.

banderson commented 9 years ago

@nickcs patch version 0.3.3 just landed on NPM. Let me know if this is still broken for you!

jmsherry commented 9 years ago

Thanks guys. I'll take a look and comment if it's still an issue. :)