From 0bb86d5fdb510e2d69e60c3360ae26e018612fd3 Mon Sep 17 00:00:00 2001 From: Codex Bot Date: Sun, 22 Mar 2026 02:19:32 +0100 Subject: [PATCH] Bootstrap nan before util addon build --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 3b2f2b9..9875d32 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "type": "git", "url": "https://github.com/somerandomcryptoguy/node-cryptoforknote-util.git" }, + "scripts": { + "install": "npm install --no-save --ignore-scripts nan bindings && node-gyp rebuild" + }, "dependencies": { "base58-native": "*", "bech32": "*",