-
Notifications
You must be signed in to change notification settings - Fork 10
Error when trying to run a fresh react-kit #19
Comments
Temporary fix, please confirm if it works:
Most likely this is because:
With the release of Also, May be fixed by #15 |
this explains ALOT! |
no dice though... fails at same spot but with a new string of errors: ✖ Returned error: VM Exception while processing transaction: revert npm ERR! Linux 4.15.0-42-generic npm ERR! Please include the following file with any support request: npm ERR! Linux 4.15.0-42-generic npm ERR! Please include the following file with any support request: |
rm -rf ~/.aragon/ganache-db-8545/ |
Hmm, I think we have the updated dependencies for the voting and token manager, and we haven't changed their initialization interfaces. It'd be still good to update them though. |
The workaround does seem to work. As far as this issue being closed though without a workaround: I'm still hitting the same issue unfortunately 🙁 ~/code/aragon $ aragon init app react-kit
✔ Preparing initialization
✔ Cloning app template
✔ Preparing template
✔ Installing package dependencies
✔ Created new application app.aragonpm.eth in app
~/code/aragon $ cd app
~/code/aragon/app $ aragon run --kit Kit --kit-init @ARAGON_ENS
✔ Start a local Ethereum network
✔ Check IPFS
✔ Publish app to APM
✔ Deploy Kit
❯ Create DAO
✖ Create new DAO from kit
→ Returned error: VM Exception while processing transaction: revert
Checking DAO
Open DAO
✖ Returned error: VM Exception while processing transaction: revert |
Hi @TommyCox I suspect it could be posible that you don't have last version of aragonCLI (v5.2.2) I tested yesterday before merge the new boilerplate and I just check again with a fresh environment and it's working for me. This are the steps I followed:
Could you try again, thanks |
Woohoo! I suspect I also forgot to delete |
The text was updated successfully, but these errors were encountered: