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

Error when: "building main process" #1121

Open WombleWoo7547 opened 2 years ago

WombleWoo7547 commented 2 years ago

When running electron:serve after a fresh install of vue 3 and electron 13, I get a error message that looks like this:

this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:67:19)
    at Object.createHash (node:crypto:135:10)

If it helps, my MacBook is second-hand, but for me it has never had any kernel panics, boot crashes, system crashes or anything else of that kind