Protobufjs - creating interface for google.protobuf.FieldOptions proto

32 views Asked by At

I'm trying to run this command:

pbjs -t json-module -w commonjs -o json-module.js ../common/protobuf/*.proto

but I'm getting this error:

Error: unresolvable extensions: 'extend google.protobuf.FieldOptions' in ..., 'extend google.protobuf.FieldOptions' in ...

How can I solve this?

0

There are 0 answers