mschwarzmueller / reactjs-redux-basics

Source Code of my ReactJS Redux Basics Series on YouTube
MIT License
176 stars 190 forks source link

babel-core missing in package.json #4

Open polettoweb opened 7 years ago

BramEsposito commented 6 years ago

You can fix this by running npm install babel-core babel-loader --save-dev

polettoweb commented 6 years ago

Thanks, @BramEsposito . I've already fixed. I was trying to see if the author could fix it for all the others that maybe don't know how to di it