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?