solid-start icon indicating copy to clipboard operation
solid-start copied to clipboard

Missing Dependency in `with-websocket` Example

Open baristikir opened this issue 2 years ago • 0 comments

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

baristikir avatar Nov 10 '22 21:11 baristikir