pbf icon indicating copy to clipboard operation
pbf copied to clipboard

import any type error

Open flymzero opened this issue 7 years ago • 1 comments

i use google.protobuf.Any type, need import "google/protobuf/any.proto", when i pbf xxx.proto > xxx.js Error: ENOENT: no such file or directory, open '........./google/protobuf/any.proto', how i to do? thanks

flymzero avatar Jul 31 '18 04:07 flymzero

You can find the proto files at https://github.com/protocolbuffers/protobuf/tree/master/src/google/protobuf

gertcuykens avatar Mar 19 '19 20:03 gertcuykens