-
Notifications
You must be signed in to change notification settings - Fork 254
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
module found but does not contain package #511
Comments
What is your go version? |
Funny enough, I was just going to try using a previous version. The version I'm running is 1.19. If I go back to 1.18 it seems to install successfully (but then I think I'm facing other issues with that version). |
huh! go 1.19 works fine. Could you maybe print |
Sure. By the way, I am on the new Mac M1 (arm64) but not sure if that matters.
|
I don't see any unusual value. maybe try to manually clean modcache by removing everything inside |
I'm following the instructions on the README. However, when I try to do:
I get:
go: github.com/cucumber/godog/cmd/godog@latest: module github.com/cucumber/godog@latest found (v0.12.5), but does not contain package github.com/cucumber/godog/cmd/godog
Note that I did have v0.12.4 installed before.
Anyway, I get no errors if I do:
go install github.com/cucumber/godog/cmd/[email protected]
orgo install github.com/cucumber/godog/cmd/[email protected]
but I do if I try to reference either
latest
orv0.12.5
I had also tried running
go clean -modcache
based on finding that suggestion online for this error in general, but that did not help.(Note, I am outside of my $GOPATH.)
The text was updated successfully, but these errors were encountered: