This file is temporary, just to show how ot compile the proto files Make sure to actually create the output directories before executing the commands TS: protoc --plugin="protoc-gen-ts_proto=$(Resolve-Path app\node_modules\.bin\protoc-gen-ts_proto.CMD)" --ts_proto_out="./app/src/lib" "platform_shared\example.proto" C++: protoc -I=platform_shared --cpp_out=esp32/src/platform_shared platform_shared/example.proto C++ (nanopb): pip install protobuf grpcio-tools python .\submodules\nanopb\generator\nanopb_generator.py -D esp32/src .\platform_shared\example.proto