-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Not able to convert ndjson to json in Linux using cucumber standalone json-formatter #26
Comments
Hi, I have exactly the same error, did you solve it? |
Same here |
Same here in production... any news? solutions? |
Cucumber is a mostly unfunded Open Source project and runs largely on peoples spare time. But we are generally happy to accept pull requests. So if you have a pressing problem that must be resolved in a timely fashion, you can investigate and provide a fix yourself. |
sorry for the previous post. I'm just trying to help, but I don't have enough knowledge. i tried apt-get -y install golang-go, now i have this error: panic: runtime error: invalid memory address or nil pointer dereference |
Same issue as fgaliazzo here |
I'm also facing the same issue as @fgaliazzo and @jvanhent In my case I'm building a Docker Image where I set up But then if I instantiate a Docker Container from that Docker Image, and within that Container I run the same
This Docker scenario involves architecture |
Summary
I am getting below error while converting ndjson to json file using cumber standalone json-formatter (https://github.com/cucumber/json-formatter) in Linux. I tried the same in windows OS and it's working as expected.
As per their documentation we will be able to run
cucumber-json-formatter --help
after the json-formatter setup but I am gettingcucumber-json-formatter: command not found
error while executing the same.Environment
OS : Ubuntu 22.0.4
json-formatter : v19.0.0
Downloaded FIle : cucumber-json-formatter-linux-amd64
Referred Document : https://github.com/cucumber/json-formatter
The text was updated successfully, but these errors were encountered: