Node 18 breaks on npm run dev and fails to load the Evidence server
Steps to Reproduce
use evidence with node 18
Logs
Failed to build pages manifest with error: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at new NodeError (node:internal/errors:399:5)
at validateString (node:internal/validators:163:11)
at Object.join (node:path:1172:7)
at GET (/Users/archie/Projects/repro-codespaces-error/.evidence/template/src/pages/api/pagesManifest.json/+server.js:78:57)
at async Module.render_endpoint (/Users/archie/Projects/repro-codespaces-error/node_modules/@sveltejs/kit/src/runtime/server/endpoint.js:49:18)
at async resolve (/Users/archie/Projects/repro-codespaces-error/node_modules/@sveltejs/kit/src/runtime/server/respond.js:454:17)
at async Module.respond (/Users/archie/Projects/repro-codespaces-error/node_modules/@sveltejs/kit/src/runtime/server/respond.js:330:20)
at async file:///Users/archie/Projects/repro-codespaces-error/node_modules/@sveltejs/kit/src/exports/vite/dev/index.js:524:22 {
code: 'ERR_INVALID_ARG_TYPE'
}
Describe the bug
Node 18 breaks on npm run dev and fails to load the Evidence server
Steps to Reproduce
use evidence with node 18
Logs
Severity
blocking all usage of Evidence
Env
Additional Information, or Workarounds
No response