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.
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
When running electron:serve after a fresh install of vue 3 and electron 13, I get a error message that looks like this:
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