uport-project / uport-cli-client

Minimal command-line based uPort client
Apache License 2.0
19 stars 5 forks source link

build fails due to dependancy on deprecated solidity-sh3 #8

Closed raininja closed 6 years ago

raininja commented 6 years ago

doesn't build due to deprecation of solidity-sha3, which is in turn dependant on deprecated babel-preset-es2015@6.24.1

https://travis-ci.org/raineorshine/solidity-sha3

https://github.com/raineorshine/solidity-sha3/pull/10


npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! solidity-sha3@0.4.1 postinstall: `npm run build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the solidity-sha3@0.4.1 postinstall script.
kamescg commented 6 years ago

@raininja Thanks for reporting this. Will look into as soon as possible.

raininja commented 6 years ago

I'm just going to fork the appropriate repos and use those to allow it to build.