From 6026c4191cfdaadd379565cfc064158d619f2fbc Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Thu, 30 Jul 2026 09:08:42 +0800 Subject: Pin node-gyp ^11 via overrides for VS2022 detection on Windows CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @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 --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') 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", -- cgit v1.2.3