grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.65k stars 764 forks source link

protoc-gen-grpc-web 1.0.4 syntax error #511

Closed ridhozhr10 closed 5 years ago

ridhozhr10 commented 5 years ago

system : protoc : libprotoc 3.6.0 OS : kubuntu 18.04

running this command

protoc -I=./ echo.proto \
  --grpc-web_out=import_style=commonjs,mode=grpcwebtext:./

produce error

/usr/local/bin/protoc-gen-grpc-web: 3: /usr/local/bin/protoc-gen-grpc-web: Syntax error: ")" unexpected
--grpc-web_out: protoc-gen-grpc-web: Plugin failed with status code 2.
stanley-cheung commented 5 years ago

This should be fixed now.