-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can't walk dependency graph #258
Comments
I'm getting this on Cypress 10.11.0 only some test files error though. I'm not sure what the pattern is. I'm just running it locally, so Azure wasn't involved.
|
Also, getting this error |
I'm getting this error too, and I notice that it is the presence of this line
If I remove that line, everything works. Except the cypress-tags, obviously... Any solutions to this? |
@gsjardim It's been a while since I had the issue and I feel like the reason I stopped having it was because I moved to using badeball/cypress-cucumber-preprocessor which includes test tag functionality. Granted, this might not be very helpful to you if you don't want to use Cucumber, but just thought I'd mention it. |
Hello,
Me and someone else have encountered a "can't walk dependency graph" issue.
My issue: https://stackoverflow.com/questions/77482595/cypress-azure-cant-walk-dependency-graph-enoent-no-such-file-or-directory-l
Their issue: https://github.com/aws/aws-sdk-js-v3/issues/5349
Their issue seems to have gotten to the bottom of it (I can confirm that after having removed cypress-tags (v1.2.2), I no longer encounter the issue).
cypress-tags was working for me - either before I started using Azure or before I upgraded to Cypress 13+. Can't remember the last Cypress version it worked on. I'm now on Cypress 13.5.1
Thanks
The text was updated successfully, but these errors were encountered: