mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-23 07:08:13 +00:00
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).
This commit is contained in:
parent
84e0899d0e
commit
15d2ec3e37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user