-
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
Npm install failing in Github Actions #7188
Comments
Related ticket where adding retries is mentioned: https://app.zenhub.com/workspaces/va-mobile-60f1a34998bc75000f2a489f/issues/gh/department-of-veterans-affairs/va-mobile-app/7184 |
After looking into the failures, it seems to be caused by different reasons, because an error I've been seeing a lot lately is:
Doing some research into the error above, it looks like npm removed the After looking into the other error:
It seems like this is also cause by the Since the |
@theodur thats awesome, thank you! |
PR for this has been merged, closing this one out ✅ |
We're getting npm install failures in the iOS and Android builds recently that are forcing reruns of the workflows.
The error:
We can get it to pass if we keep trying, but that's not a great solution
The text was updated successfully, but these errors were encountered: