#init with deno doesn't work

4 messages · Page 1 of 1 (latest)

lament current
#

I run the init script with deno:

  • run deno init --npm solid gave it a name, selected the default SolidStart, selected v2, selected Typescript Yes, selected basic, 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?

harsh cave
#

not sure if it's exactly this problem, but I got plenty of issues with deno and vite related stuff, for example there's a plugin you need to use

lament current
#

@harsh cave I assumed I can follow the quick start guide and the project works. Therefore the init command should install all needed plugins doesn't it? Which plugin do I have to install additionally?

harsh cave
#

not sure, I might be remembering incorrectly and what I tried to do was use deno jsr dependencies...