gothinkster / react-redux-realworld-example-app

Exemplary real world application built with React + Redux
https://react-redux.realworld.io
MIT License
5.57k stars 2.51k forks source link

Not working with node 6.7.0 #25

Closed Ciboulette closed 7 years ago

Ciboulette commented 7 years ago

Hey thanks for the beautiful work you do. I hope the tutorial will be out soon.

Is it normal with node 6.7.0 that when i run npm install, webpack is launched and I have ERROR in Cannot find module 'babel-core' . I can't launch the project.

Thanks

EricSimons commented 7 years ago

Thanks for the kind words :)

We need to update the dependencies, but if you npm install babel-core that should do the trick. We're currently switching the app over to create-react-app (not quite done yet but should be soon), so this shouldn't be an issue at all in the future!

EricSimons commented 7 years ago

This is solved with #24 -- git pull and npm install to get it running on an existing codebase!