npm audit sometimes times out ?? #3286
-
I switched registry still not effective, npm audit not always return data... warn --- could not fetch audit: FetchError: request to https://registry.yarnpkg.com/-/npm/v1/security/audits failed, reason: socket hang up warn --- could not fetch audit: FetchError: request to https://registry.yarnpkg.com/-/npm/v1/security/audits failed, reason: connect ETIMEDOUT 104.16.18.35:443 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hi @Abloume , 🤔 this might depends of |
Beta Was this translation helpful? Give feedback.
hi @Abloume , 🤔 this might depends of
npmjs
rather Verdaccio unless you find any hint we can improve, I can describe what Verdaccio does so far, just re-route the request to npmjs services, that's all, if they fail, Verdaccio fails, we don't do much aside of that. Maybe is a transitory issue you could check in your side more in deep.