-
Notifications
You must be signed in to change notification settings - Fork 772
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
TypeScript example fails to start #1349
Comments
Hi thanks for the report! I'm able to reproduce this.. Will work on a fix soon thanks! |
@Kaszanas Thanks so much for reporting the issue. It should be fixed now! Please try again thanks! 😃 |
Will try to run the fix as soon as possible, and let you know if it works 😉. |
Unfortunately, I think it did not help:
@sampajano so #1350 didn't help :\ |
@Kaszanas Thanks for the update! At least it looks like you're getting a different error now.. :) This is interesting because previously you have successfully built this This error is unexpected (since the file exists) and i cannot reproduce locally. Could you try something like the If that doesn't work, can you try to do a clean checkout from github and try again? Hope that would work for you :) |
Same error:
This is on a fresh clone. |
Thanks for trying.. Not sure what's going on.. Since i'm not able to reproduce, you probably need to debug more and see what's wrong.. One thing you can do is to comment out later half of the docker file starting from this line:
then you can first build it using
where you can try manually run |
The problem with building the docker-compose example was due to the additional line copying the `init_submodule.sh` script from the context. The line just above was cloning the repository though, so there is no need to COPY that script.
I have opened a new issue on this, discovered further errors and issues. Fixed the one on initial stages of prereqs. If you can review, please do @sampajano New issue; #1353 |
Looking at the main
README
file I was pointed towards: https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway/examples/echo/ts-exampleWhen running the specified command:
The following happens:
This is without any changes to the code and on
master
branch, which is the only one available.The text was updated successfully, but these errors were encountered: