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.47k stars 1.54k forks source link

Successfully packaged .AppImage under linux, but failed to run the execution file #1031

Closed Bonjourjw closed 4 years ago

Bonjourjw commented 4 years ago
Successfully packaged .AppImage under linux, but failed to run the execution file

#

First,Under the development environment, it can run normally through npm run dev; Second, Successfully packaged .AppImage in build Third, failed to run .AppImage

I don't know how to resolve this problem and hope someone can help me , thank you very much !

If visual, provide a screenshot.

# Second(build): electron-3

Third(crash): electron-1 electron-2

Tell me about your development environment.
Bonjourjw commented 4 years ago

After checking the commented code, it was found to be a problem with the electron-edge-js module. The conjecture may be caused by the inconsistency between the version and the current environment's electron and node versions