From 01c66c2d7773d1987ffd7d11849d7d0703e565ec Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Sat, 4 Oct 2025 18:32:00 +0530 Subject: [PATCH] fix: force newer sharp and node-gyp to resolve install error --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 23fb258..f69b1b4 100644 --- a/package.json +++ b/package.json @@ -67,5 +67,9 @@ }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" + }, + "overrides": { + "sharp": "^0.32.4", + "node-gyp": "^9.4.0" } }