From 1679e5a1ed3b4ef19a0d4ccc9284f1f92f58c499 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 18 Dec 2023 17:25:14 -0800 Subject: [PATCH] remove part of the wokraround --- forge.config.js | 5 ----- package.json | 1 - 2 files changed, 6 deletions(-) diff --git a/forge.config.js b/forge.config.js index 02bccfa27..8e2220dcf 100644 --- a/forge.config.js +++ b/forge.config.js @@ -166,11 +166,6 @@ let config = { } }); if (platform === "darwin") { - const npmInstall = spawnSync("npm", ["install", "macos-alias"], { - cwd: buildPath, - stdio: "inherit", - shell: "true", - }); } // Workaround from https://www.update.rocks/blog/fixing-the-python3/ if (platform === "darwin") { diff --git a/package.json b/package.json index 5099beaa5..b8b4c85b5 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,6 @@ "lint-staged": "^12.3.7", "node-abi": "^3.8.0", "node-glob": "^1.2.0", - "node-gyp": "10", "node-loader": "^2.0.0", "npm-run-all": "^4.1.3", "prettier": "^2.6.1",