diff options
| author | haoyuren <13851610112@163.com> | 2026-07-30 09:08:42 +0800 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-07-30 09:08:42 +0800 |
| commit | 6026c4191cfdaadd379565cfc064158d619f2fbc (patch) | |
| tree | d8f31e56940dc90e564408bc7485e2adff055239 /package.json | |
| parent | e1a48bcf4b554d8a4f3d2cfa73df69c548cdde8b (diff) | |
Pin node-gyp ^11 via overrides for VS2022 detection on Windows CI
@electron/rebuild requires the in-tree node-gyp directly, so the
npm_config_node_gyp env override had no effect — force the resolution
tree-wide instead.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 5920293..411f84f 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,9 @@ "ws": "^8.19.0", "zustand": "^5.0.0" }, + "overrides": { + "node-gyp": "^11.0.0" + }, "devDependencies": { "@types/diff-match-patch": "^1.0.36", "@types/katex": "^0.16.8", |
