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
Hello! After I updated SvelteKit to version 1.0.0-next.564, the app got a runtime error with the following message:
SyntaxError: The requested module '/node_modules/@sveltejs/kit/src/runtime/app/environment.js?v=f9512d5e' does not provide an export named 'prerendering'
I search for all my source code but there is no import for that dependency. I also reviewed the migration documentation in the PR which introduced that breaking change at #7762 but still the error was appearing.
When I searched for a possible import in the .svelte-kit folder output but I didn't find either the import to that dependency.
The @sveltejs/adapter-cloudflare was removed but still the error appeared.
Reproduction
I don't know what is adding the problem to the app, but in our source code, there is no import to that dependency.
Logs
11:01:59.013 client-manifest.js:23 SyntaxError: The requested module '/node_modules/@sveltejs/kit/src/runtime/app/environment.js?v=f9512d5e' does not provide an export named 'prerendering' (at adapter.js:1:19)
handleError @ client-manifest.js:23
handle_error @ client.js?v=f9512d5e:1633
_hydrate @ client.js?v=f9512d5e:1574
await in _hydrate (async)
start @ start.js:38
(anonymous) @ sign-in:95
11:01:59.014 adapter.js:1 Uncaught (in promise) SyntaxError: The requested module '/node_modules/@sveltejs/kit/src/runtime/app/environment.js?v=f9512d5e' does not provide an export named 'prerendering' (at adapter.js:1:19)
11:01:59.014 adapter.js:1 Uncaught (in promise) SyntaxError: The requested module '/node_modules/@sveltejs/kit/src/runtime/app/environment.js?v=f9512d5e' does not provide an export named 'prerendering' (at adapter.js:1:19)
await (async)
(anonymous) @ sign-in:95
Describe the bug
Hello! After I updated SvelteKit to version
1.0.0-next.564
, the app got a runtime error with the following message:I search for all my source code but there is no import for that dependency. I also reviewed the migration documentation in the PR which introduced that breaking change at #7762 but still the error was appearing.
When I searched for a possible import in the
.svelte-kit
folder output but I didn't find either the import to that dependency.The app
svelte.config.js
looks like this:The
@sveltejs/adapter-cloudflare
was removed but still the error appeared.Reproduction
I don't know what is adding the problem to the app, but in our source code, there is no import to that dependency.
Logs
System Info
Severity
blocking an upgrade
Additional Information
Thank you!
The text was updated successfully, but these errors were encountered: