RyanHendricks / doxity-simpleton

Solidity Documentation
https://ryanhendricks.github.io/doxity-simpleton/
15 stars 3 forks source link

UnhandledPromiseRejectionWarning: Error: Command failed: solc --combined-json #5

Open dimakaplin opened 5 years ago

dimakaplin commented 5 years ago

I have this error, with doxity-simpleton. I use ubuntu 18.04 and yarn. How can i slove this?

Invalid option to --combined-json: clone-bin (node:5018) UnhandledPromiseRejectionWarning: Error: Command failed: solc --combined-json abi,asm,ast,bin,bin-runtime,clone-bin,devdoc,interface,opcodes,srcmap,srcmap-runtime,userdoc contracts/* Invalid option to --combined-json: clone-bin

RyanHendricks commented 5 years ago

Looks like breaking changes from solc 0.5.0 are the cause of this. Should have a chance to fix within the next week (and ideally revamp overall project). Sorry for the trouble!