We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version number in the meta message is incorrect. Here is an example generated with 7.0.0-rc.0:
meta
{"meta":{"protocolVersion":"13.1.0","implementation":{"name":"cucumber-js","version":"1.0.0"},"runtime":{"name":"node.js","version":"14.6.0"},"os":{"name":"darwin","version":"19.6.0"},"cpu":{"name":"x64"}}}
My hypothesis is that readPkgUp picks up a different package.json than our own.
package.json
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The version number in the
meta
message is incorrect. Here is an example generated with 7.0.0-rc.0:My hypothesis is that readPkgUp picks up a different
package.json
than our own.The text was updated successfully, but these errors were encountered: