Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

run build error #1085

Open
cscan opened this issue May 21, 2021 · 7 comments
Open

run build error #1085

cscan opened this issue May 21, 2021 · 7 comments

Comments

@cscan
Copy link

cscan commented May 21, 2021

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

@igo9go
Copy link

igo9go commented May 26, 2021

the same error

@gigouni
Copy link

gigouni commented Jun 2, 2021

Temp solution may be found in #1089 (comment)

@happy-func
Copy link

happy-func commented Jun 11, 2021

image

its seems because this

you can remove this code from 37 to 41

image

then your project will be successful build

@gigouni
Copy link

gigouni commented Jun 18, 2021

I change from node 12 to node 14.17.1 and now it works for the same generated electron-vue project, without removing the tasks @happy-func

@happy-func
Copy link

I change from node 12 to node 14.17.1 and now it works for the same generated electron-vue project, without removing the tasks @happy-func

its Grammatical errors,need fix it anyway

@andotorg
Copy link

https://github.com/andotorg/electron-vue-app-template

这种方式才是最好用的方式

@alex-jaimes
Copy link

it works by commenting the code as @happy-func said
Node v14.15.4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants