From 28aad4fd7ab841ca1f78ac8075bd42c9e5100ac1 Mon Sep 17 00:00:00 2001 From: Mel O'Hagan Date: Thu, 15 May 2025 13:54:27 +0100 Subject: [PATCH] Resolution for node-gyp. Needed if you have the most recent version of Python installed. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e93f46b3a7..2ecfd012ac 100644 --- a/package.json +++ b/package.json @@ -121,6 +121,7 @@ "kind-of": "6.0.3", "**/nan": "2.22.0", "globals": "15.13.0", + "node-gyp": "11.2.0", "esm": "npm:esm-wallaby@3.2.32" }, "engines": {