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

Outdated deps #287

Open
shayneoneill opened this issue Oct 13, 2023 · 1 comment
Open

Outdated deps #287

shayneoneill opened this issue Oct 13, 2023 · 1 comment

Comments

@shayneoneill
Copy link

Hi. I'm trying to use this framework and its insisting on an older version of protractor-cucumber-framework (8.0.1) (or whatever the nearest point of dependency is, maybe cucumber.js?).

This versions outside of LTS and doesnt support modern versions of NodeJS (And thus cant be used with many modern packages, or for that matter many modern hosting setups, eg aws lambda)

@shayneoneill
Copy link
Author

shayneoneill commented Oct 13, 2023

Also you might want to change mkdirp(,null) to something like mkdirp.sync(,null) as the current method returns an async promise, which doesnt give the script time to actually create the directory before it wants to do things with them, so it fails out.

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

1 participant