Closed lismore closed 5 years ago
What version of the CLI are you using? Can you try running the command directly (aragon run --http ...
)? Looks like an NPM binary linking error
Also the CLI uses truffle 4.1.14, which has solc 0.4.24. Try also compiling your contracts directly with the CLI doing aragon contracts compile --all
I did aragon -v and it says 5.2.0
Truffle v4.1.14 (core: 4.1.14) Solidity v0.4.24 (solc-js)
aragon contracts compile --all
this produces lots of compilation warnings previously shown above ^
I uninstalled truffle -g and Solidity -g , deleted the node_modules folder and run npm install again.
It is still giving the same issues when I run: aragon contracts compile --all
As a test ,
I created a new folder run the following commands
aragon init app react-kit aragon run --kit Kit --kit-init @ARAGON_ENS
and it built and run successfully.
Those compilation warnings shouldn't be a problem (just some things with ENS and the included kit not being updated yet).
We'll soon have better debug logging in the CLI to help figure out what the problem is.
I forked and downloaded the aragon-boilerplate repo.
did an npm install and then followed the instructions in the readme file.
$ npm run start:app | works fine $ npm run start:aragon:http | fails
Error
The full output of the complete log file is here
Also relevant I notice lots of warnings
some additional info to help troubleshoot this,
macOS Mojave node v11.1.0 npm 6.4.1 solc@0.4.25
additional output