SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.46k stars 1.54k forks source link

Fix the cause of the build failure. #1083

Closed saturneric closed 2 weeks ago

saturneric commented 3 years ago

The following error message will appear when the existing code runs the command 'yarn/npm run build' Log: Identifier 'tasks' has already been declared. Successfully build after commenting out the relevant code. Hope someone will make a more perfect repair in the future.