-
Notifications
You must be signed in to change notification settings - Fork 283
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
hover: Cannot obtain version information from hover build. #471
Comments
Which go version are you using? You need to use >=1.13 |
|
yazee@Yazeed-AlKhalaf MSYS ~ |
When I try running hover version the same happens, I think there is a problem with it |
Did you installed hover with: |
Yes I did
…On Mon, 15 Jun 2020 at 12:45 PM Pierre Champion | Drakirus < ***@***.***> wrote:
go env GO111MODULE must be set to on.
Did you installed hover with:
GO111MODULE=on go get -u -a github.com/go-flutter-desktop/hover
?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKALKCPSE5Q2SCCHUPTLVULRWXUU5ANCNFSM4N5AZDFA>
.
|
Yes I did install it with the variable on |
I have discovered that I have to change the variable globally before running the installation. Anyways thank to @pchampio |
i had install go in my system C:\Users\sk>GO111MODULE=on go get -u -a github.com/go-flutter-desktop/hover |
the hover is install but not correctly in my system C:\Users\sk>hover Usage: Available Commands: Flags: Use "hover [command] --help" for more information about a command. C:\Users\sk>hover version |
thank for u help @pchampio C:\Users\sk>go env GO111MODULE =on C:\Users\sk>GO111MODULE=on go get -u -a github.com/go-flutter-desktop/hover C:\Users\sk>go get -u -a github.com/go-flutter-desktop/hover C:\Users\sk>hover Usage: Available Commands: Flags: Use "hover [command] --help" for more information about a command. C:\Users\sk>hover version |
Hover doctor
Error output
Using
hover run
to build my application, I get the followingerror:
The text was updated successfully, but these errors were encountered: