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
Build failed with 1 error:
.svelte-kit/appengine-tmp/entry.js:3:8: error: No matching export in "node_modules/@sveltejs/kit/dist/install-fetch.js" for import "__fetch_polyfill"
Looks like the __fetch_polyfill is now available as installFetch as noted here: sveltejs/kit#4111