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
After the latest update, SvelteKit node adapter started failing with:
> Using @sveltejs/adapter-node
> .svelte-kit/node/intermediate/index.js:1:29: error: Could not resolve "../output/server/app.js"
1 │ import { init, render } from '../output/server/app.js';
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~
> Build failed with 1 error:
.svelte-kit/node/intermediate/index.js:1:29: error: Could not resolve "../output/server/app.js"
Error: Build failed with 1 error:
.svelte-kit/node/intermediate/index.js:1:29: error: Could not resolve "../output/server/app.js"
at failureErrorWithLog (/root/sanipasse/node_modules/esbuild/lib/main.js:1449:15)
at /root/sanipasse/node_modules/esbuild/lib/main.js:1131:28
at runOnEndCallbacks (/root/sanipasse/node_modules/esbuild/lib/main.js:1049:65)
at buildResponseToResult (/root/sanipasse/node_modules/esbuild/lib/main.js:1129:7)
at /root/sanipasse/node_modules/esbuild/lib/main.js:1236:14
at /root/sanipasse/node_modules/esbuild/lib/main.js:609:9
at handleIncomingPacket (/root/sanipasse/node_modules/esbuild/lib/main.js:706:9)
at Socket.readFromStdout (/root/sanipasse/node_modules/esbuild/lib/main.js:576:7)
at Socket.emit (node:events:394:28)
at Socket.emit (node:domain:475:12)
Describe the bug
After the latest update, SvelteKit node adapter started failing with:
Reproduction
I ran npm update and npm audit fix --force in sanipasse: https://github.com/lovasoa/sanipasse
Logs
No response
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: