npm run dev
You opened index.html directly from disk (file://). Modern JS modules need a dev server.
file://
npm ci
npm run build && npm run preview
This overlay only appears on local file:// open.