From 45cece8bbd677aae9131a158905a45ac549a65e1 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 7 Jul 2015 17:36:25 -0400 Subject: [PATCH] Add LD_LIBRARY_PATH for local --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58eb68dc..07dbb107 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "scripts": { "preinstall": "./bin/build-libbitcoind remote", - "start": "node example" + "start": "export LD_LIBRARY_PATH=`./platform/os.sh osdir` && node example" }, "tags": [ "bitcoin",