Protocol buffer with node.js - failed to generate

2019-09-10 02:23发布

问题:

Trying to use google protocol buffer in my node.js web server with this documentation.

When running the following command:

protoc --js_out=import_style=commonjs,binary: ServiceMessage.proto

I received:

--js_out: : Unknown option: import_style

Any suggestions?

Cheers, Itay

回答1:

Per this discussion line, the js_out is added recently and merge at Feb 20, you may updated your protoc with latest codes from protobuf.