Add overrides for node-gyp version should fix running with newer node versions
diff --git a/ui/package.json b/ui/package.json index 7ccd491..ef0fef1 100644 --- a/ui/package.json +++ b/ui/package.json
@@ -194,6 +194,9 @@ "jest": { "testEnvironment": "node" }, + "overrides": { + "node-gyp": "^9.4.1" + }, "browserslist": [ "> 1%", "last 2 versions",