-
Notifications
You must be signed in to change notification settings - Fork 172
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
@grpc/grpc-js Support #226
Comments
I guess you can modify the code and meet your need. |
Find the code below and change "import * as grpc from 'grpc" to "import * as grpc from '@grpc/grpc-js'"
after that, run 'npm run instal'l and 'npm run build' on terminal.
Oh, don't forget to install 'google-protobuf' if you are not. |
Reference #234 |
I've submitted a PR that introduces a
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fixed in #236 |
Feature Request
Support generation of code that works with
@grpc/grpc-js
instead ofgrpc-node
as the developers have indicated they plan to deprecategrpc-node
: https://grpc.io/blog/grpc-js-1.0/Simply replacing the imports does not seem to work with the newly generated code/library.
The text was updated successfully, but these errors were encountered: