You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to generate stabs using the buf generate, however I get the error below:
buf generate
Failure: could not unmarshal as YAML: yaml: unmarshal errors:
line 18: field plugin not found in type bufgen.ExternalPluginConfigV1
line 25: field plugin not found in type bufgen.ExternalPluginConfigV1
The error occurred because the built-in CLI in GoLand IDEA was working with an older version of Buf, while the MacOS CLI was operating with the latest one. I uninstalled Buf and reinstalled it again.
Hello there 👋
I try to generate stabs using the
buf generate
, however I get the error below:Here is my
buf.gen.yaml
What's more, I observe such behavior only when working on MacOS.
Thank you in advance!
The text was updated successfully, but these errors were encountered: