Skip to content Skip to sidebar Skip to footer

Protocol Buffer With Node.js - Failed To Generate Js From .proto

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: ServiceMess

Solution 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.


Post a Comment for "Protocol Buffer With Node.js - Failed To Generate Js From .proto"