Skip to content

Commit

Permalink
enforce the use of node-gyp 8.4.1
Browse files Browse the repository at this point in the history
builds for electron 20 fail with prebuild 11.0.4 internal node-gyp version 6.1.0
  • Loading branch information
neoxpert committed Sep 9, 2022
1 parent d3cf4cc commit 361be1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@
"cli-color": "^2.0.2",
"fs-extra": "^10.1.0",
"mocha": "^8.3.2",
"node-gyp": "^9.1.0",
"node-gyp": "8.4.1",
"nodemark": "^0.3.0",
"prebuild": "^11.0.4",
"sqlite": "^4.1.1",
"sqlite3": "^5.0.8"
},
"overrides": {
"prebuild": {
"node-gyp": "$node-gyp"
}
},
"scripts": {
"install": "prebuild-install || npm run build-release",
"build-release": "node-gyp rebuild --release",
Expand Down

0 comments on commit 361be1c

Please sign in to comment.