I'm using protoc and is not working properly. (--ts_proto_out: protoc-gen-ts_proto: %1 is not a valid Win32 application) Anyone can help me? I am using
- windows 11 pro
- nest js 10.1.18
- Language: typescript
The command is: protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./ --ts_proto_opt=nestJs=true ./src/proto/com.proto
I'am compiling a microservice application using nest Js
use this command: