Skip to content
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

FIX: App Installation Error Msg #4407

Closed
ilgooz opened this issue Nov 13, 2024 · 0 comments · Fixed by #4446
Closed

FIX: App Installation Error Msg #4407

ilgooz opened this issue Nov 13, 2024 · 0 comments · Fixed by #4446
Labels
component:cmd good first issue Good for newcomers type:bug Something isn't working

Comments

@ilgooz
Copy link
Member

ilgooz commented Nov 13, 2024

When I try to install an app, say ignite app install -g github.com/ignite/apps it fails with the following error since there are no apps at the root of this repo.

✘ Error while loading app "github.com/ignite/apps": go mod tidy: error while running command go mod tidy: go: go.mod file not found in current directory or any parent directory; see 'go help modules': exit status 1

On such cases, we should display an error message that inform the user better about the situation. Something like: (@salmad3 to improve the text)

We can not find an app at the root of this repository, please make sure your repository url is correct. If you're trying to install an app under a sub folder don't forget to add the path at the end of your repository url. E.g. github.com/ignite/apps/appregistry.

@salmad3 salmad3 changed the title Improve app installation error message. FIX: App Installation Error Msg Nov 13, 2024
@salmad3 salmad3 added type:bug Something isn't working component:cmd labels Nov 13, 2024
@salmad3 salmad3 moved this from To Discuss to Todo in Ignite CLI Masterboard Nov 13, 2024
@julienrbrt julienrbrt added the good first issue Good for newcomers label Nov 20, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Ignite CLI Masterboard Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:cmd good first issue Good for newcomers type:bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants