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

Cannot run greeter example #69

Open
nareshbhatia opened this issue May 21, 2024 · 1 comment
Open

Cannot run greeter example #69

nareshbhatia opened this issue May 21, 2024 · 1 comment

Comments

@nareshbhatia
Copy link

Hi, I am trying to follow instructions for the Greeter example. The first step (make) fails. Please see below:

$ make
protoc \
	  -I. \
		-I../../include/graphql \
		--plugin=../../dist/protoc-gen-graphql \
	  --go_out=plugins=grpc:./greeter \
		--graphql_out=verbose:./greeter \
	  greeter.proto
--go_out: protoc-gen-go: plugins are not supported; use 'protoc --go-grpc_out=...' to generate gRPC

See https://grpc.io/docs/languages/go/quickstart/#regenerate-grpc-code for more information.
make: *** [build] Error 1

My protoc version is libprotoc 25.2

Am I missing something?

@nareshbhatia
Copy link
Author

Please help. Any insights on this?

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

1 participant