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 278 forks source link

Dependencies not found #1909

Open Yemesoft opened 1 year ago

Yemesoft commented 1 year ago

image

Please refer to the issue below: https://github.com/puppeteer/puppeteer/issues/9467

MatthijsBurgh commented 1 year ago

@AfterFinal So I read the issue you mentioned. But I don't get what this project could fix to solve your issue.

As long as we are using Vue2, we need to use Webpack 4. So if the solution is upgrading Webpack to 5.X, I will have to disappoint you. As for now, an upgrade to Vue3 is not in the planning.

Yemesoft commented 1 year ago

I found that it works with vite today.