Mike Martelli
Mike Martelli
We are running into a similar situation when running any version of Cucumber 10.0 in our CLI. With 9.6.0, we have no issues. I can confirm that 'npm why @cucumber/cucumber'...
> @m4rtelli thanks for reporting you have this issue too. Would you be able to run in your CI with [debug turned on](https://github.com/cucumber/cucumber-js/blob/main/docs/debugging.md) and see what's different in the debug...
> @m4rtelli thanks for reporting you have this issue too. Would you be able to run in your CI with [debug turned on](https://github.com/cucumber/cucumber-js/blob/main/docs/debugging.md) and see what's different in the debug...
> That's a reasonable point @m4rtelli. The check on `this.cwd` was a heuristic, since we expect it to be present in a correctly-running instance of Cucumber. This makes me think...
@davidjgoss Unfortunately internally we are restricted from cloning repo's outside of our own instance of GitHub. But I'll try and replicate this and run it locally and through CI. Will...
I gave version 10.4 a try. Didn't notice any of the additional logging if that helps narrow this down a bit. Thanks for all of your help.
Some additional context. In my CI run, I consoled out npm list with a higher depth and confirmed that cucumber is not installed globally and there is only one version...