nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron
https://nklayman.github.io/vue-cli-plugin-electron-builder/
MIT License
4.12k stars 279 forks source link

Electron 23 (node 18) support. #1959

Open camhart opened 1 year ago

camhart commented 1 year ago

vue-cli-plugin-electron-builder has a dependency on "@vue/cli-shared-utils" "^4.5.6". @vue/cli-shared-utils depends on @achrinza/node-ipc, which doesn't support nodejs 18 (electon 23).

heywooooorld commented 1 year ago

same issue。I update vue-cli-plugin-electron-builder to v3.0.0-alpha.4 to bypass the problem