Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Go install is not working #157

Open
blmayer opened this issue Oct 13, 2023 · 0 comments
Open

Go install is not working #157

blmayer opened this issue Oct 13, 2023 · 0 comments

Comments

@blmayer
Copy link

blmayer commented Oct 13, 2023

Hi.

Trying to install this tool using go install github.com/deta/[email protected] gives an error:

	github.com/deta/[email protected]: parsing go.mod:
	module declares its path as: github.com/deta/space
	        but was required as: github.com/deta/space-cli

I think that using go to install is better than using space version upgrade as the former installs the binary in a common place, i.e. $GOPATH/bin instead of $HOME/.detaspace/bin which is not standard.

The solution is to change the package name to space-cli or the repository to space.

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant