Skip to content

Commit 445546f

Browse files
committed
Bump better-sqlite3 to 7.5 to fix "Could not detect abi" issue on Windows
1 parent 5ff67fd commit 445546f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ branches:
88

99
skip_non_tags: true
1010

11+
image: Visual Studio 2017
12+
1113
init:
1214
- ps: $env:commit = $env:appveyor_repo_commit.SubString(0,8)
1315

1416
install:
1517
- ps: Install-Product node $env:NODE_VERSION
16-
- ps: npm config set msvs_version 2015
18+
- ps: npm config set msvs_version 2017
1719

1820
# Extract the codesigning certs, encrypted private ssh key
1921
- ps: |

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108",
1515
"@electron/remote": "^2.0.1",
16-
"better-sqlite3": "^7.1.2",
16+
"better-sqlite3": "^7.5.0",
1717
"cheerio": "^1.0.0-rc.6",
1818
"chromium-net-errors": "1.0.3",
1919
"chrono-node": "^1.1.2",

0 commit comments

Comments
 (0)