Commit 4d850bb
fix(deps): better-sqlite3 11 → 12 (Node 26 install fix)
better-sqlite3@11 has no prebuilt binary for Node 26, so npm install fell
back to a node-gyp compile that fails against Node 26's V8 (GetPrototype /
GetIsolate / PropertyCallbackInfo::This removed). Users on current Node
could not install the project at all.
@12.11.1 ships prebuilt binaries for Node 20.x–26.x, so install just
downloads the matching binary — no compiler, no failure. Verified: fresh
clone + @12 passes the full 38-test suite on both Node 22 and Node 26.
- package.json: better-sqlite3 ^11 → ^12
- ci.yml: add Node 24 to the matrix (now 20/22/24)
- README: Node-version troubleshooting note
- .nvmrc: pin recommended Node 22 LTS1 parent 629973a commit 4d850bb
5 files changed
Lines changed: 15 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments