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

Command not generating .pb.go files #41

Open
mayankshah1607 opened this issue Jun 12, 2019 · 1 comment
Open

Command not generating .pb.go files #41

mayankshah1607 opened this issue Jun 12, 2019 · 1 comment

Comments

@mayankshah1607
Copy link

mayankshah1607 commented Jun 12, 2019

This error occurs while executing the following command :
kit generate service <service name> grpc --dmw

The /grpc/pb folder only contains the .proto file. The compile.sh and .pb.go files seem to be missing.

@PhillOliver-Dev
Copy link
Contributor

Had the same issue before I stumbled upon this -> https://grpc.io/docs/quickstart/go/

Installing the gRPC and Protocol Buffers library solves the issue. Seems to break the --debug flag the generator takes however which means you have no visibility of what is going on. Without these prerequisites installed I (and maybe you) were just getting a ERRO[0000] exit status 1 message

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