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 npm CLI makes GET requests with ?write=true in some cases where it's
intending to send an immediate PUT or DELETE. Always bypass the cache
for such requests, mirroring the behavior of the registry caching
mechanisms.
Back-ported for v4.
0 commit comments