nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron

Home Page:https://nklayman.github.io/vue-cli-plugin-electron-builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-builder build and install, run with error Cannot read property '_android' of undefined

wuhaodes opened this issue · comments

commented

"vue-cli-plugin-electron-builder": "~2.1.1",
"electron": "^13.0.0",
"electron-devtools-installer": "^3.1.0",
"vue": "2.6.12",
node -v
// v16.18.0
Target: win32

a old vue management item, use vue add electron-builder and select electron@13.0, when add finished, run electron:serve, it's run very well; and run electron:build, the exe file has been output; but when install this file, and run, it's export the error [Cannot read property '_android' of undefined]
Uploading image.png…

commented

image

commented

image
I find this error was poped by qrcodejs2, I will try to remove it

commented

when I removed qrcodejs2, it's worked