-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to skip experimental_allow_proto3_optional #1424
Comments
bang udh coba edit sm di run msh ttp error gini napa y? Caused by: Error: protoc failed: orchestrator.proto: This file contains proto3 optional fields, but --experimental_allow_proto3_optional was not set. --- stderr |
di .nexus/network-api/clients/cli/src/proto |
isi file orchestrator apa y bang? w cb buka no such file or directory soalnya |
This is how to resolved experimental_allow_proto3
Install
sudo apt update && sudo apt install -y protobuf-compiler
after modify build.rs run cargo with cargo run -r -- start --env beta
modify build.rs to this
The text was updated successfully, but these errors were encountered: