Skip to content

Instantly share code, notes, and snippets.

@lcoenen
Created September 17, 2019 10:59
Show Gist options
  • Save lcoenen/6c302abb244fe210c33622a099c6d158 to your computer and use it in GitHub Desktop.
Save lcoenen/6c302abb244fe210c33622a099c6d158 to your computer and use it in GitHub Desktop.
loiccoenen@JCIs-MacBook-Pro ~/code/aragon/open-enterprise/apps [11:34:51]
> $ npm start ⬡ 10.16.0 [±dev ✓]
> planning-suite-monorepo@ start /Users/loiccoenen/code/aragon/open-enterprise
> npm run start:rpc
> planning-suite-monorepo@ start:rpc /Users/loiccoenen/code/aragon/open-enterprise
> lerna run --scope='@tps/kits-*' start:rpc --stream
lerna notice cli v3.16.4
lerna info versioning independent
lerna info filter [ '@tps/kits-*' ]
lerna info Executing command in 1 package: "npm run start:rpc"
@tps/kits-planning-suite: > @tps/kits-planning-suite@0.0.1 start:rpc /Users/loiccoenen/code/aragon/open-enterprise/kits/planning-suite
@tps/kits-planning-suite: > ENS=0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1 aragon contracts exec --network rpc scripts/start-kit.js
@tps/kits-planning-suite: ℹ Use of `--network` is deprecated and has been replaced with `--environment`. You may need to update your arapp.json
@tps/kits-planning-suite: ℹ Passing the command to Truffle
@tps/kits-planning-suite: Could not connect to your Ethereum client. Please check that your Ethereum client:
@tps/kits-planning-suite: - is running
@tps/kits-planning-suite: - is accepting RPC connections (i.e., "--rpc" option is used in geth)
@tps/kits-planning-suite: - is accessible over the network
@tps/kits-planning-suite: - is properly configured in your Truffle configuration file (truffle.js)
@tps/kits-planning-suite: Could not connect to your Ethereum client. Please check that your Ethereum client:
@tps/kits-planning-suite: - is running
@tps/kits-planning-suite: - is accepting RPC connections (i.e., "--rpc" option is used in geth)
@tps/kits-planning-suite: - is accessible over the network
@tps/kits-planning-suite: - is properly configured in your Truffle configuration file (truffle.js)
lerna success run Ran npm script 'start:rpc' in 1 package in 11.7s:
lerna success - @tps/kits-planning-suite
loiccoenen@JCIs-MacBook-Pro ~/code/aragon/open-enterprise/apps [11:39:29]
> $ npm run start:allocations ⬡ 10.16.0 [±dev ✓]
> planning-suite-monorepo@ start:allocations /Users/loiccoenen/code/aragon/open-enterprise
> cd apps/allocations && npm start
> @tps/apps-allocations@0.0.1 start /Users/loiccoenen/code/aragon/open-enterprise/apps/allocations
> aragon run
✔ Check port
✔ Start a local Ethereum network
✔ Start a local Ethereum network
✔ Check IPFS
✔ Setup before publish
✔ Prepare for publish
✔ Publish app to aragonPM
✔ Fetch published repo
✖ Create DAO
→ types/values length mismatch (count={"types":2,"values":0}, value={"types":[{"name":"_
Open DAO
✖ Invalid initialization params for app. Check the arguments passed with the --app-init-args flag
types/values length mismatch (count={"types":2,"values":0}, value={"types":[{"name":"_addressBook","type":"address"},{"name":"_vault","type":"address"}],"values":[]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment