I run the init script with deno:
- run
deno init --npm solidgave it a name, selected the defaultSolidStart, selectedv2, selected TypescriptYes, selectedbasic, cd into the project, - run
deno install - run
deno task dev - open the URL in the browser
The only thing I see there is a white screen showing [object Object]. The page's source code is <html><head></head><body>[object Object]</body></html>. Does anyone has an idea, why?