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

Knex installation requires all database packages even if not needed #1975

Open zalment opened 1 year ago

zalment commented 1 year ago

I'm experiencing an issue while trying to install and build my Vue.js desktop application. The issue arises from the installation of the Knex library, which requires all database packages to be installed, even if I don't actually need them for my project. as they are listed in knex as optional dependencies

As someone who is not very familiar with code, I would greatly appreciate your guidance and assistance in resolving this issue.