caiobiodere / cordova-template-framework7-vue-webpack

Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Apache License 2.0
621 stars 154 forks source link

babel-core error #131

Closed mehrancodes closed 5 years ago

mehrancodes commented 5 years ago

I've got the below error msg when running cordova run browser -- --live-reload:

Module build failed: Error: Cannot find module 'babel-core'

After moving these three lines from dependencies to devDependencies, everything works fine:

package.json

    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.1"
caiobiodere commented 5 years ago

Thanks @mehranrasulian ! 👍