command line go installation does not work #1018
Unanswered
mikepruett3
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
Describe the bug
When I try to run the following
go install github.com/alecthomas/chroma/v2
I get errors, and cannot continue. I would like to be able to use go install vs cloning the repo and manually doing it.
To Reproduce
I get the following error on windows:
I try adding the @latest to the end of the command, and get this error:
package github.com/alecthomas/chroma/v2 is not a main package
Not sure how to proceed.
Trying from Windows 10 using go version go1.22.4 windows/amd64
Beta Was this translation helpful? Give feedback.
All reactions