From ea0d5e16151297f7c27a3a41e91ab0da4da39991 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 5 Dec 2024 17:34:38 +1100 Subject: [PATCH] chore: happy to say node-gyp is not needed for windows anymore --- INTERNALBUILDS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/INTERNALBUILDS.md b/INTERNALBUILDS.md index 8ab1b3db4..9858a0237 100644 --- a/INTERNALBUILDS.md +++ b/INTERNALBUILDS.md @@ -80,7 +80,6 @@ Building on windows should work straight out of the box, but if it fails then yo ``` npm install --global --production windows-build-tools@4.0.0 -npm install --global node-gyp@latest npm config set python python2.7 npm config set msvs_version 2015 ```