go install
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
```
thepixelmonk@penguin:~/git/client$ go install -tags production github.com/keybase/client/go/keybase
go: 'go install' requires a version when current directory is not in a module
Try 'go install github.com/keybase/client/go/keybase@latest' to install the latest version
thepixelmonk@penguin:~/git/client$ go install github.com/keybase/client/go/keybase@latest
go: github.com/keybase/client/go/keybase@latest (in github.com/keybase/client/go@v0.0.0-20220721192949-6e841122f599):
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
thepixelmonk@penguin:~/git/client$
```
what's the correct `go install` command?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the reported `go install` commands and the module's `go.mod`, especially its replace directives. Reproduce the failure using the `github.com/keybase/client/go/keybase` package and determine whether a supported command can install it; done means the working command is confirmed or the limitation is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100