You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: