ethereum / node-ethereum

[DEPRECATED] a simple standalone or embeddable Ethereum client written for Node.js
GNU General Public License v2.0
46 stars 38 forks source link

Info app problem with settings.json #40

Open mastercyb opened 9 years ago

mastercyb commented 9 years ago

Error: Cannot find module '/Users/myuser/.ethereum-node/settings.json' after intstall

While install:

CXX(target) Release/obj.target/secp256k1/secp256k1.o
../secp256k1.cc:476:54: warning: variable 'privKey' is uninitialized when used here [-Wuninitialized]
  int results = secp256k1_ec_privkey_export(sk_data, privKey, &pk_len, compressed);
                                                     ^~~~~~~
../secp256k1.cc:474:25: note: initialize the variable 'privKey' to silence this warning
  unsigned char *privKey;
                        ^
                         = NULL
1 warning generated.
  CC(target) Release/obj.target/secp256k1/secp256k1-src/src/secp256k1.o
In file included from ../secp256k1-src/src/secp256k1.c:12:
In file included from ../secp256k1-src/src/num_impl.h:17:
../secp256k1-src/src/num_gmp_impl.h:25:13: warning: unused function 'secp256k1_num_copy' [-Wunused-function]
static void secp256k1_num_copy(secp256k1_num_t *r, const secp256k1_num_t *a)

node -v v0.10.32

OS X 10.9

kumavis commented 9 years ago

Those warnings are not a problem - OSX noisily lints the cpp code out loud when compiling @21xhipster are you installing node-ethereum

  1. globally (if so, what branch/version)
  2. as a dep for another project (if so, what branch/version)
  3. or are you just installing the deps for node-ethereum

also please include npm version