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
The grpc generators creates all the grpc js/ts artifacts in < 2 seconds, but it doesn't end the powershell script execution which can be problematic when it's chained with other npm commands.
I have no windows PC, so it's difficult for me to debug the issue of PowerShell. I would leave this issue open to see is there anybody else could solve your issue.
Summary
The grpc generators creates all the grpc js/ts artifacts in < 2 seconds, but it doesn't end the powershell script execution which can be problematic when it's chained with other npm commands.
Current Versions:
Repro steps:
npm install grpc_tools_node_protoc_ts --save-dev
Command:
build-protos.ps1 -basedir .\<project root>
4. Powershell does not end process after protoc-gen-ts
The text was updated successfully, but these errors were encountered: