You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ Start a local Ethereum network
⠴ Setting up a new chain from latest Aragon snapshot
Starting a local chain from snapshot
Check IPFS
Publish app to APM
Create DAO
Open DAO
/Users/yutaro/.nodebrew/node/v9.5.0/lib/node_modules/@aragon/cli/node_modules/ganache-core/node_modules/level-codec/index.js:44
return this._valueEncoding(opts).decode(value)
^
SyntaxError: Unexpected token o in JSON at position 1
at Object.parse [as decode] (<anonymous>)
at Codec.decodeValue (/Users/yutaro/.nodebrew/node/v9.5.0/lib/node_modules/@aragon/cli/node_modules/ganache-core/node_modules/level-codec/index.js:44:36)
at /Users/yutaro/.nodebrew/node/v9.5.0/lib/node_modules/@aragon/cli/node_modules/ganache-core/node_modules/level-sublevel/nut.js:122:34
at /Users/yutaro/.nodebrew/node/v9.5.0/lib/node_modules/@aragon/cli/node_modules/ganache-core/node_modules/encoding-down/index.js:57:5
at /Users/yutaro/.nodebrew/node/v9.5.0/lib/node_modules/@aragon/cli/node_modules/ganache-core/node_modules/cachedown/index.js:61:5
at /Users/yutaro/.nodebrew/node/v9.5.0/lib/node_modules/@aragon/cli/node_modules/ganache-core/lib/database/filedown.js:28:5
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:528:3)
The text was updated successfully, but these errors were encountered:
I tried following this "Your first Aragon app" tutorial. When I run
aragon run
command, got an error bellow:The text was updated successfully, but these errors were encountered: