banderson / generator-redux

CLI tools for Redux: next-gen functional Flux/React with devtools
252 stars 36 forks source link

The app is broken out of the box #21

Closed hackhat closed 8 years ago

hackhat commented 8 years ago

I just followed the tutorial on the main readme and I get this errors:

hackhat commented 8 years ago

The reason is that you are installing the latest version all the time, this is very fragile and prone to errors: https://github.com/banderson/generator-redux/blob/808cfdddf59f07e97db22c3121752b59f2ab3d63/generators/app/index.js#L46

Now what is the correct version of the dependencies?

I run:

And it works!

banderson commented 8 years ago

@hackhat thanks for following up and for the detailed writeup! I just bumped to version 0.3.1 which should have a bunch of fixes for versioning problems across react and redux. Can you see if that latest version fixes this issue for you? It resolved a bunch of these outstanding issues for me.

banderson commented 8 years ago

Closing due to inactivity. Feel free to reopen if you can reproduce this issue.