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

Cannot find module './proto/ts/fixtures/grpc-test.client' or its corresponding type declarations. #5037

Closed
olabodeIdowu opened this issue Oct 4, 2024 · 3 comments

Comments

@olabodeIdowu
Copy link

import { GrpcTesterClient } from './proto/ts/fixtures/grpc-test.client';

Screenshot of a comment on a VSCode issue showing error.

@pichlermarc
Copy link
Member

pichlermarc commented Oct 4, 2024

@olabodeIdowu I'm having trouble understanding what this issue is about, but I assume that you're trying to contribute. I've just recently opened a PR (edit: #5040) to update CONTRIBUTING.md as it's a bit outdated. We now recommend running npm ci && npm run compile - that should get you set up and the file that's missing should be automatically generated by the compile script.

@pichlermarc
Copy link
Member

@olabodeIdowu did the suggestion work for you?

@olabodeIdowu
Copy link
Author

@olabodeIdowu did the suggestion work for you?

No sir, but I did try to instrument a node js application from scratch and it worked. before I do get issues that some modules were not properly found but were actually installed . So, I deleted the folder and try to create a new app and somehow it's working now. Thank you.

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

2 participants