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
Builds on the latest sveltekit release return this error:
.svelte-kit/appengine-tmp/entry.js:2:9: error: No matching export in "node_modules/@sveltejs/kit/dist/node/polyfills.js" for import "installFetch"
Sveltekit 341 renamed and moved installFetch. I think the fix is just to use installPolyfills from @sveltejs/kit/node/polyfills instead of installFetch.
The text was updated successfully, but these errors were encountered:
Builds on the latest sveltekit release return this error:
.svelte-kit/appengine-tmp/entry.js:2:9: error: No matching export in "node_modules/@sveltejs/kit/dist/node/polyfills.js" for import "installFetch"
Sveltekit 341 renamed and moved
installFetch
. I think the fix is just to useinstallPolyfills
from@sveltejs/kit/node/polyfills
instead ofinstallFetch
.The text was updated successfully, but these errors were encountered: