vue-cli-plugin-electron-builder icon indicating copy to clipboard operation
vue-cli-plugin-electron-builder copied to clipboard

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

Open wuhaodes opened this issue 7 months ago • 3 comments

"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 [email protected], 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…

wuhaodes avatar Nov 16 '23 01:11 wuhaodes

image

wuhaodes avatar Nov 16 '23 01:11 wuhaodes

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

wuhaodes avatar Nov 16 '23 02:11 wuhaodes

when I removed qrcodejs2, it's worked

wuhaodes avatar Nov 16 '23 02:11 wuhaodes