How to hopefully fix the SQLite Could not locate the bindings file
error.
To check
- make sure python is installed
- make sure node-gyp is installed globally (
pnpm install -g node-gyp
)
Fixes
Fix 1:
pnpm rebuild
pnpm approve-builds
Issue
Fix 2:
cd node_modules/better-sqlite3
pnpm run build-release
Issue