-
Notifications
You must be signed in to change notification settings - Fork 239
Error when installed using NPM #6
Comments
thanks @KenKappler what OS are you running? |
MAC OSX el capitan |
guess I wont be upgrading soon... |
@kumavis you lucky dog. I already did... |
I'm actually getting the same issue on yosemite as well.... |
ok guys this is got a be related to GMP depency not being installed. secp256k1 has a script to test if gmp is installed or not. I'm guessing it giving a false positive. I would love some help testing this on mac. Could you download https://github.com/wanderer/secp256k1-node/blob/master/utils/has_lib.sh and run |
|
Whoops, looks like I ran the wrong thing:
|
@KenKappler can you please try install the latest version of secp256k1? Let me know what happens! thanks. |
See related discussion in cryptocoinjs/secp256k1-node#35 |
This should be fixed as soon as @wanderer merges cryptocoinjs/secp256k1-node#36 and publishes new version to NPM. |
@taoeffect @KenKappler alright just push ethereumjs-tx 0.6.9 with the updated secp256k1 |
FYI - I had the same issue after I installed MAC OSX el capitan and I was able to fix it by running the following command: xcode-select --install |
@stanacton thanks for alleviating my insanity |
@stanacton thanks |
This may also be linked t this issue raised on the embark framework: embarklabs/embark#99
npm debug log:
https://gist.github.com/KenKappler/3711fd9c9068f85f00f3
The text was updated successfully, but these errors were encountered: