solid-start
solid-start copied to clipboard
Missing Dependency in `with-websocket` Example
Overview
Seems like the with-websocket
example is missing the @solid-start/meta
dependency which causes the dev server to crash.
Output
Error: Cannot find module '@solidjs/meta' imported from '.../node_modules/solid-start/entry-server/StartServer.tsx'
Reproduce
Simply create a new solid project and run pnpm i && pnpm dev
pnpm create solid
# Template
> with-websocket