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
When running the following commands I get an issue with adding module with auth dependency becuase it doesn't cotain AuthKeeper. This error is also very unclear and doesn't help with debugging.
Hi @krubot
The module dependency feature of Starport works by checking the name of the dependent module keeper in app/app.go
And the auth module keeper is actually named AccountKeeper therefore using --dep account should solve the issue
Thanks for rising this though. We may need to add auth as an alias in the command or rename it in the app.go template
Describe the bug
When running the following commands I get an issue with adding module with
auth
dependency becuase it doesn't cotain AuthKeeper. This error is also very unclear and doesn't help with debugging.To Reproduce
Run the following here:
Output is the following:
the module cannot have auth as a dependency: app doesn't contain AuthKeeper
Please provide the version output
starport version
: starport version v0.17.0 darwin/amd64 -build date: 2021-07-15T18:34:28ZThe text was updated successfully, but these errors were encountered: