-
Notifications
You must be signed in to change notification settings - Fork 84
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
Nodejs Getting started guide is not working #1177
Comments
Hmm I am stupid. It is because of 2.0.0 @bufbuild/protobuf... I should read first. |
how did you downgrade? all versions are now using protoc-gen-es v2.0.0 for some reason |
I just specified 1.10.0 for all @bufbuild related deps in the package.json |
For the record, here's how things worked out for me. |
Thanks for calling this out. We've updated our docs to pin the versions to v1.x, so hopefully they should work out of the box again. |
Are there plans to support @bufbuild/protobuf 2.0.0? Is it just a matter of updating peer dependencies? |
@jdms754, the upcoming |
Describe the bug
Following this guide: https://connectrpc.com/docs/node/getting-started
But it is not working
To Reproduce
Project Setup
https://connectrpc.com/docs/node/getting-started#project-setup
Fails with:
using --force to the install command kind of works.
Generate Code
https://connectrpc.com/docs/node/getting-started#generate-code
Complains that package and dir structure does not match up. It still generates code though.
Start a server
https://connectrpc.com/docs/node/getting-started#start-a-server
Again --force kind of helps
But then actually starting the server fails:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: