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
✓ built in 217ms
TypeError: process.stdout.cursorTo is not a function
node:internal/event_target:1012
process.nextTick(() => { throw err; });
^
Error: 500 /
This property refers to the value of underlying file descriptor of process.stdout. The value is fixed at 1. In Worker threads, this field does not exist.
Describe the bug
After upgrading to SvelteKit
1.17.0+
endpoint prerender withprocess.stdout.cursorTo()
fails.Seems to be related to #9919 - prerender in worker rather than subprocess to support Deno.
Reproduction
Logs
No response
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: