electron-vue
electron-vue copied to clipboard
Babel update error
Trying to update "babel-eslint": "10.0.1", "babel-loader": "8.0.4", but got
npm WARN [email protected] requires a peer of @babel/core@^7.0.0 but none is installed. You must install peer dependencies yourself.
and error
Error: Cannot find module '@babel/core'
When i installed @babel/core - another error occures
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: Plugin/Preset files are not allowed to export objects, only functions.
Did you find a solution @GitNomster ?