This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Description
Found an issue or bug with electron-vue? Tell me all about it!
Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.
Describe the issue / bug.
/Users/xxx/my-project/.electron-vue/build.js:45
const tasks = new Listr (
^
Syntax Error: Identifier 'tasks' has already been declared
How can I reproduce this problem?
npm install -g vue-cli
vue init simulatedgreg/electron-vue my-project
cd my-project
npm install
npm run build
If visual, provide a screenshot.
#
Tell me about your development environment.
- Node version: v14.15.4
- NPM version: v6.14.10
- vue-cli version: 2.9.6
- Operating System: darwin
If you are looking to suggest an enhancement or feature, then feel free to remove everything above.
variable tasks declared twice in bulid.js