vue-cli-plugin-electron-builder icon indicating copy to clipboard operation
vue-cli-plugin-electron-builder copied to clipboard

Knex installation requires all database packages even if not needed

Open zalment opened this issue 1 year ago • 0 comments

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.

zalment avatar Jun 11 '23 21:06 zalment