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
fix: remove make-fetch-happen
BREAKING CHANGE: make-fetch-happen would respect cache headers by saving responses in the file system. We no longer use make-fetch-happen and instead use the built-in fetch machanism on your system which could potentially result in no caching depending on your global fetch.
Closes#2