You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one of the leading causes of CI instability, though it seems to pop up somewhat sporadically. Our react-native-init tests download some packages while using Verdaccio as an npm registry proxy. Verdaccio seems to cause issues with built-in retry logic which presents as some packages causing 404 errors.
We've previously tried to mitigate in various ways, and have reduced prevalence by doing less downloads through Verdaccio, but this is still an issue affectint maybe 1/20 PRs. Frequency will be reduced if we move more of the init jobs to nightly validation.