If you install the grpc-tools npm package, you will get executables for both protoc and grpc_node_plugin (but differently named) in your node_modules/.bin folder.
On Wed, Jul 20, 2016 at 10:53 AM <[email protected]> wrote: > I was reading about using grpc on Node.js. > > I see that we can dynamically compile the proto file or we can do it > statically using protoc. > > For static generation, I need the Node grpc protoc plugin executable for > windows. > > I'm using these instructions: > https://github.com/grpc/grpc/tree/master/examples/node/static_codegen > > It says to do this: > > protoc --js_out=import_style=commonjs,binary:../node/static_codegen/ > --grpc_out=../node/static_codegen --plugin=protoc-gen-grpc= > *grpc_node_plugin* helloworld.proto > > The way I understand it, the *grpc_node_plugin* part in some executable > that I need to find or compile. > > I prefer to just download this plugin some place but have not been able to > find it anywhere. > > Could somebody please help me. > > Thank you. > > > -- > You received this message because you are subscribed to the Google Groups " > grpc.io" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/71b25678-c921-4c8d-aae1-e07e475ff98f%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/71b25678-c921-4c8d-aae1-e07e475ff98f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAPK2-4dvGY_WEA%2B0FXNmdtv-d5fKBvXJadA7-CjNx9CcS1PSHQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
