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
The audit deps script runs npm audit with some arguments one single time only. We could do some error handling here and if the Popen result is not 0, or we can detect the the audit endpoint is temporarily unavailable error message, we could sleep and retry a certain number of times. I'd recommend 3 retries for at least a total of 30 seconds in order to attempt to work around an isolated overloaded NPM registry endpoint.
This is also something that could fix Travis CI issues not just our CI build itself.
CI often fails with
Figure out a way to get around this.
The text was updated successfully, but these errors were encountered: