From 15d2ec3e3761b40db700271c2b80d139b3ddb03e Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Sat, 12 Oct 2019 00:47:57 -0400 Subject: [PATCH] Remove unneeded env var declaration The NODE_PATH is not needed to run these examples. Also this is an unreliable way to set the environment variable anyway (didn't work for me). --- appdx-bitcore.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/appdx-bitcore.asciidoc b/appdx-bitcore.asciidoc index 43848303..de60a160 100644 --- a/appdx-bitcore.asciidoc +++ b/appdx-bitcore.asciidoc @@ -32,7 +32,6 @@ If using NodeJS and the node REPL: [source,bash] ---- $ npm install -g bitcore-lib bitcore-p2p -$ NODE_PATH=$(npm list -g | head -1)/node_modules node ---- ==== Wallet Examples using bitcore-lib