Skip to content
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

Stop unnecessarily including grpc and typescript dependencies #112

Closed
wants to merge 1 commit into from

Conversation

silasdavis
Copy link
Collaborator

Signed-off-by: Silas Davis silas@monax.io

"grpc": "^1.24.2",
"grpc-tools": "^1.8.1",
"ts-node": "^8.5.4",
"ts-protoc-gen": "^0.12.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will conflict in our yarn workspace with the other generator we use. They have a race as to linking protoc which produces non-expected outcomes. The one which is better maintained is grpc_tools_node_protoc_ts

Signed-off-by: Silas Davis <silas@monax.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants