Closed kayn1 closed 4 weeks ago
Please make sure that you are generating code with @bufbuild/protoc-gen-es
in version 1.10.0.
At the top of the generated file, there should be a line like this:
// @generated by protoc-gen-es v1.10.0
The error message you are seeing only occurs if you generate with version 2.0.0 or later.
Your package.json has a dependency on ^1.10.0
, so this shouldn't happen. Maybe a different version is installed?
Closing this, but feel free to comment if you have any questions!
Describe the bug
I can't build the project because I am getting these errors
Setup