reactjs-basics icon indicating copy to clipboard operation
reactjs-basics copied to clipboard

ERROR in ./main.js Cant find module 'babel-core'

Open Rahmu7 opened this issue 8 years ago • 1 comments

Rahmu7 avatar Jul 16 '17 07:07 Rahmu7

babel-core is missing in packages.json file. use the following command to install it in dev dependency: npm install babel-core --save-dev

faiyazalam avatar Jan 06 '19 13:01 faiyazalam