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
Checked the ts-proto repo. The command needs to be a bit different for windows. https://github.com/stephenh/ts-proto?tab=readme-ov-file#quickstart
Update the path value to .\\node_modules\\.bin\\protoc-gen-ts_proto.CMD in buf.gen.yaml (zitadel-server\src\buf.gen.yaml )
Execute pnpm generate to generate the proto.
Preflight Checklist
Version
current cloned git repo
Describe the problem caused by this bug
when executing
npm generate
it fails with
Failure: plugin ts: exec: "node_modules/ts-proto/protoc-gen-ts_proto": file does not exist
To reproduce
Screenshots
No response
Expected behavior
pnpm generate
executes successfullyRelevant Configuration
This is node v20.11.0 with pnpm 8.14.1 on Windows 11.
Additional Context
No response
The text was updated successfully, but these errors were encountered: