You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you consider upgrading the better-sqlite3 peer dependency to the latest please? It is currently set to ^9.4.3. The latest version is 11.2.1.
I am currently installing both using npm install --force and haven't encountered any issues with the latest versions of both modules.
By the way, I noticed that Knex only sets peerDependenciesMeta and doesn't specify peerDependencies in its package.json. I'm not very expert on these but I wonder if that approach would work to avoid having to manage versions?
Hi, thanks for this fantastic project.
Would you consider upgrading the better-sqlite3 peer dependency to the latest please? It is currently set to
^9.4.3
. The latest version is11.2.1
.I am currently installing both using
npm install --force
and haven't encountered any issues with the latest versions of both modules.By the way, I noticed that Knex only sets
peerDependenciesMeta
and doesn't specifypeerDependencies
in its package.json. I'm not very expert on these but I wonder if that approach would work to avoid having to manage versions?See: https://www.npmjs.com/package/better-sqlite3
Example install log:
The text was updated successfully, but these errors were encountered: