Skip to content
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

"stringer": executable file not found #3

Open
pmsteil opened this issue Dec 14, 2021 · 1 comment
Open

"stringer": executable file not found #3

pmsteil opened this issue Dec 14, 2021 · 1 comment

Comments

@pmsteil
Copy link

pmsteil commented Dec 14, 2021

Hello, thanks for sharing this code.

I am trying to execute on MacOS... when I run the build I get this:

make build
internal/clustering/clusterstatus.go:3: running "stringer": exec: "stringer": executable file not found in $PATH
monitoring/core/status.go:3: running "stringer": exec: "stringer": executable file not found in $PATH
make: *** [build/upmon] Error 1

How do I install stringer? I tried various things I found in Google, but none seemed to work

Thanks!

@AlexGustafsson
Copy link
Owner

Try make install-tools. See the Makefile for the command that it runs. It basically runs go install for each listed dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants