We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import {WebClient} from "cBridge-typescript-client/ts-proto/sgn/gateway/v1/GatewayServiceClientPb";
this is giving import error:
import * as grpcWeb from 'grpc-web'; ^^^^^^ SyntaxError: Cannot use import statement outside a module
How can I solve this error?
I am importing the code in a .ts file which is being run on ts-node
The text was updated successfully, but these errors were encountered:
Hey, Did you resolved this error?
Sorry, something went wrong.
i was not able to
How did it end? Did you find a solution or just didn't use this API?
No branches or pull requests
this is giving import error:
How can I solve this error?
I am importing the code in a .ts file which is being run on ts-node
The text was updated successfully, but these errors were encountered: