-
Notifications
You must be signed in to change notification settings - Fork 172
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
The system cannot find the path specified #100
Labels
Comments
with the command:
In Win10, it prompt
means "Not a valid Win32 application. " |
When I add
means |
related to issue 15, it must be absolute path or add |
works fine, thanks How about a clue in the readme? |
maybe a PR? |
jonnyreeves
added a commit
that referenced
this issue
Sep 8, 2018
Hint that the path to ts-protoc-gen must be absolute on Windows. Fixes #100
jonnyreeves
added a commit
that referenced
this issue
Sep 8, 2018
Hint that the path to ts-protoc-gen must be absolute on Windows. Fixes #100
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whatever path I use in ts_out (" ./", ".", :$(protoJavascriptPath), no path at all, empty path, "." , with or without quotes), if I use Powershell or a makefile(CMD): I receive the following error:
--ts_out: protoc-gen-ts: The system cannot find the path specified.
Windows x86-64, libprotoc 3.6.1,
Javascript, php outputs just work fine.
The text was updated successfully, but these errors were encountered: