-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cypress installation error #1
Comments
I followed the lead of I can see that this might be causing issues, though (cypress-io/netlify-plugin-cypress#50) I have no idea why this wouldn't be available, though. this kind of points back to my suspicion that the cache utils are flaky sometimes (see also https://github.com/netlify/build/issues/1225) — I think they sometimes confirm a save, then miss on restoration I also have zero idea how a fresh install would be missing. that kind of feels upstream? I'm happy to help debug, but I have no idea where to even start (for example, I don't know what the " |
It looks like the When Actually, if users are already using Also, On a different topic: I think it might be interesting to see if the plugin still work after removing the two following things?
|
this was fixed in #2 — please let me know if you see anything in the logs for this one! |
Thanks @jlengstorf! |
It seems like some builds are having issues running
cypress install
:cypress
is present inpackage.json
, then it should be available innode_modules/.bin
, so I am not sure what might happen. Something that would debug this problem: if the command throws, printerror.stderr
anderror.stdout
(note this requiresstdio
option to bepipe
or not defined).The text was updated successfully, but these errors were encountered: