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

How specify generated to use "@grpc/grpc-js" instead of "grpc" #63

Closed
pattrickrice opened this issue Aug 5, 2020 · 1 comment
Closed

Comments

@pattrickrice
Copy link

The npm package is being deprecated and documentation recommends to switch to

Node.js gRPC Library
This library is now only receiving bug fixes and runtime compatibility updates. In April 2021 it will be deprecated and will no longer receive any updates. https://www.npmjs.com/package/grpc#nodejs-grpc-library

The tool generates a problematic import import * as grpc from "grpc"; which should be switched and the README doesn't document if there's an argument that supports the switch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant