-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in "Your first Aragon app" tutorial #274
Comments
@yutarond I moved this repo to the CLI, since it appears that's where the issue is. Seems like it's something to do with ganache, which is odd. Maybe there's something wrong with the new aragen snapshot @izqui? |
I was experiencing the same issue since yesterday and I thought it was some kind of file corruption in npm. It turns out that a new version of https://www.npmjs.com/package/ganache-core/v/2.3.0 This is quite a major issue because everyone installing |
I submitted a pull request that uses |
Could be the snapshot db's format slightly changed, or they're just incompatible between versions of ganache. We probably need to regen aragen with the latest ganache-core. |
Yes, indeed that seems to be the problem, The exact change that is breaking it is this one: |
This is fixed temporarily in #280. |
@galactusss @0x6431346e It looks like with the newest [email protected] the snapshot regression should be fixed. We should try unpinning and making sure everything works :). |
Oh, I just pushed PR #302 but I still want to test it thoroughly. You can give it try though. |
It's fine for me if you tested it. I just merged #302. Thanks @galactusss ! |
@yutarond commented on Fri Nov 16 2018
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: