SolidStart: Uncaught SyntaxError: The requested module '/_build/node_modules/resolve/index.js'

I tried modifying and improving the official note app
* adding formatting with prettier, added prettier config to package.json
* setting more strict typescript tsconfig
* adding runtime validation to api with zod

reproduction
https://github.com/adaptive-shield-matrix/solid-start-example-notes

full error
Uncaught SyntaxError: The requested module '/_build/node_modules/resolve/index.js?v=c5be357a' does not provide an export named 'default' (at app.js?v=c5be357a:3:8)Understand this error


This error comes from any page served by solid start, appearing in the browser console.
This error seems to come from somewhere out of vinxi?

Using: Bun as package manager and runtime
System: Debian 12 stable
uname -a
Linux my-linux 6.1.0-20-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux
Was this page helpful?