-
Notifications
You must be signed in to change notification settings - Fork 48
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
gherkin-testcafe is running in to TypeError #31
Comments
Hello @raj-balaebail, What version of the package are you using? The error you describe is typically what you get when some of the dependencies are not met. |
I was following the instructions in the main readme. I installed all peer dependencies that was mentioned as missing.
|
PS: I can do a reinstall and clean install of all the repos if that is preferable. |
Hello again, I think I see the issue, the documentation you followed is about a version that hasn't been published yet (that's completely my fault, I set develop as the main branch but I publish/release master, I corrected that) However the only way you got the warning you did is if you also have I'm releasing the new version now so you should just have tu upgrade gherkin-testcafe in a few minutes. From then it will be using |
Bumped the version to 5.0.0 as updating cucumber was a breaking change. Can you upgrade and let me know if your issue is solved? |
I still run in to the issue and I don't seem to have cucumber installed.
|
I created a project from scratch on my Mac, no issue :( Your dependency tree seems a bit messed up compared to mine.
First thing to try is to rebuild your node_modules from scratch. If that doesn't work, may I see your |
AHA ! |
|
My package.json is in my home directory and the tests are nested three directories within my home directory. |
When you say home directory, do you mean the home directory of your project or the home directory of your user? |
User home directory |
I seem to have gotten past this error after uninstalling all copies of cucumber, gherkin, gherkin-testcafe and reinstalling it. I am running in to other errors in the code though that I will look at. Thanks for the help !! |
You're welcome :) |
Trying to get the cucumber and testcafe integration going.
The text was updated successfully, but these errors were encountered: