-
Notifications
You must be signed in to change notification settings - Fork 385
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
error command ponzu on windows 10 #290
Comments
Some questions to be sure that everything is fine:
|
No But the problem is there is no ponzu executable on $GOROOT/bin. After I put the executable on $GOROOT/bin, the command "ponzu" was run. |
Hi @mytrix-technology - would you try running the
I think I have heard an issue before where the |
I have the same issue on macOS too. I tried several times and never see the ponzu under the bin folder. I resolve this by cd into ponzu and run |
@mytrix-technology @ahu - this may be related to the regression introduced (and now solved) in recent Go versions: Try upgrading to the latest version of Go, hopefully it will fix this issue. |
just delete the 3 dots and retype it , it will work on windows |
confirmed @yanshah's solution is correct. thank you! |
I have error after install ponzu CLI
"'ponzu' is not recognized as an internal or external command,
operable program or batch file."
my GOPATH : echo %GOPATH%
E:\laragon\usr\go
my GOROOT : echo %GOROOT%
E:\laragon\bin\go\go1.9.2
Can anybody solve my problem??
Thanks
The text was updated successfully, but these errors were encountered: