Closed davux closed 7 years ago
Same problem here, running node v7.10.0 on Linux Ubuntu 16.04.
ethereumjs-testrpc conflict wtih bip39. please fix correct library version.
Same issue here, Arch Linux
@findcoo thanks for the pointer.
one way to work around the error (after installing solr):
npm install -g ethereumjs-testrpc
get the latest ethereumjs-testrpc
cp -r /usr/local/lib/node_modules/ethereumjs-testrpc /usr/local/lib/node_modules/solidity-repl/node_modules/
copy the directory over to where solr looks for it.
Issue still persists however stanishev's comment worked
Solution here: https://github.com/ethereumjs/testrpc/issues/313
I can confirm that the workaround from @stanishev works on MacOS as well. It would be great to see the PR merged in. @raineorshine is there anything we can do to help?
Thanks @rojotek! I must have missed the previous message. Published in v0.3.0.
Hello, I just installed
solidity-solr
but I can't run it, I keep getting this message:FWIW, I'm running Windows 7.