-
Notifications
You must be signed in to change notification settings - Fork 39
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
nbe CLI issues on Windows #118
Comments
Hi, I was encountering the same issue, hope this will help the others simply add imageTag = strings.Replace(imageTag, "\", "/", -1) under line 128 and import "strings" in the docker.go file of the cmd/nbe folder |
The above suggestion worked for me, except it looks like the discussion editor dropped a backslash when the code was pasted. The correct fix is:
|
After updating the docker.go on line 128 , how to generate the nbe exe? |
I'm still getting the same issues. Has the executable been updated, or do I still need to install go to fix this? |
Fixing path and windows exe build #237 |
This has been fixed and released. Thanks everyone for their comments and patience. https://github.com/ConnectEverything/nats-by-example/releases/tag/v0.1.4 |
Discussed in #117
Originally posted by twquan1 July 14, 2023
I had tried to download nbe file and paste at both "C:\nats-by-example-0.1.3" and "..\cmd\nbe" folder, then run the nbe script by this directory:
However I would receive this message, what do I did wrong here?
Sorry I am beginner here.
Edits: I had change the nbe file format into ".exe", and the cmd able to run the command alrdy but I received new error message like this:
I had installed docker desktop but this error are popping up instead, what configuration I still needed to edit to able to run this nbe cmd?
The text was updated successfully, but these errors were encountered: