Skip to content

Commit 5e8f6f2

Browse files
deepak1556tmm1
andauthored
chore: use node-gyp from build dir for the project (#250981)
* chore: bump node-gyp on windows to 11.2.0 improves reliability of builds on windows includes nodejs/node-gyp#3113 and nodejs/node-gyp#3112 * use preinstalled node-gyp * use bundled node-gyp for subdirs too * chore: revert changes to package-lock.json * chore: rebuild package-lock.json * ci: rebuild cache --------- Co-authored-by: Aman Karmani <[email protected]>
1 parent 42a3aa7 commit 5e8f6f2

File tree

5 files changed

+245
-286
lines changed

5 files changed

+245
-286
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ runtime="electron"
55
build_from_source="true"
66
legacy-peer-deps="true"
77
timeout=180000
8+
npm_config_node_gyp="node build/npm/gyp/node_modules/node-gyp/bin/node-gyp.js"

build/.cachesalt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-14T16:33:46.494Z
1+
2025-06-09T07:16:15.626Z

0 commit comments

Comments
 (0)