Replies: 1 comment 2 replies
-
Can you please post the full output of the command? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I call grpc_tools_node_protoc in the terminal using WebStorm on Windows 11 I get this error:
myprojectfolderpath/node_modules\grpc-tools\bin\protoc.js:41
throw error;
^
I have a project with a single example.proto file and a compiled_proto folder and the command I'm calling from the terminal opened in my project folder is:
grpc_tools_node_protoc --ts_proto_out=./compiled_proto --ts_proto_opt="outputServices=nice-grpc,outputServices=generic-definitions,useExactTypes=false" --proto_path=example.proto
Beta Was this translation helpful? Give feedback.
All reactions