From fe78977c5dd1ec7ab2a42e9f0c888e5beab6febd Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Thu, 11 Apr 2024 23:15:21 +0200 Subject: [PATCH] Fix binary 404 error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5f8bcf..a40e468 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "node": ">=10.0.0" }, "scripts": { - "install": "node-pre-gyp install --fallback-to-build --update-binary", + "install": "node-pre-gyp install --build-from-source", "test": "jshint lib/*.js && node test.js" }, "binary": {