How to force update npm cache with recently-published package

I recently published an npm package but it was not yet available in expo snack and was getting a Failed to resolve dependency error when I tried to use it in package.json. I remember a while ago I had the same issue and found a url I could hit with the package name/version as a query param that would force expo to update its npm cache with the new version, but I can’t find the url now. Does anyone know what it was?

The package eventually became available after ~30min, but it’d be nice not to have to wait.

EDIT: Found it!
https://snackager.expo.io/bundle/MODULE_NAME@VERSION_PIN?bypassCache=true

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.