banderson / generator-redux

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

Fix issue with both Babel 5 and 6 being installed by locking version of Babel to 5 #24

Closed kevinold closed 8 years ago

kevinold commented 8 years ago

Until other packages can be upgrade.

Fixes issue seen in #23 after 0.3.0 upgrade.

jondejong commented 8 years ago

:+1:

banderson commented 8 years ago

@kevinold you guys are the best, thanks for helping out with this annoying situation. I realized that npm 3 (which I now use) doesn't throw errors for peer deps mismatches, so those issues snuck by me :/

I made a couple suggestions inline which should fix one more additional problem. I'll merge this in now and make that small adjustment and we should be good to go (where's the fingers-crossed emoji?)