Cannot find package 'solid-start-node' imported from 'solid-start/bin.cjs'
I created a new project with
npm init solid@latest, with the options [with-websocket], [ssr], [typescript] - after npm i and npm i --include=dev, npm run dev throws the error from the title (ERR_MODULE_NOT_FOUND)1 Reply
(I haven't made any changes to the generated project yet)