Could not resolve "node:stream"
.svelte-kit/output/server/entries/pages/(auth)/onboarding/_page.server.js:14:19:
14 │ import stream from "node:stream";
╵ ~~~~~~~~~~~~~
The package "node:stream" wasn't found on the file system but is built into node. Are you trying
to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
Could not resolve "node:stream"
.svelte-kit/output/server/entries/pages/(auth)/onboarding/_page.server.js:14:19:
14 │ import stream from "node:stream";
╵ ~~~~~~~~~~~~~
The package "node:stream" wasn't found on the file system but is built into node. Are you trying
to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.