reactjs-basics
reactjs-basics copied to clipboard
ERROR in ./main.js Cant find module 'babel-core'
babel-core is missing in packages.json file.
use the following command to install it in dev dependency:
npm install babel-core --save-dev