Skip to content
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

Missing Chalk dependency #103

Closed
ArondilBe opened this issue Sep 21, 2022 · 1 comment
Closed

Missing Chalk dependency #103

ArondilBe opened this issue Sep 21, 2022 · 1 comment

Comments

@ArondilBe
Copy link
Collaborator

The package uses chalk but doesn't have it in its dependencies. It causes some incompatibilty if the project importing gherkin-testcafe uses chalk 5.0.1 (and maybe previous versions).

I managed to get it to work again by adding :
"chalk": "4.1.2", into the dependencies of the package.

Arthy000 added a commit that referenced this issue Oct 20, 2022
add missing dependency for dry runs

re #103
@Arthy000
Copy link
Owner

Fix available in 5.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants