Description
Which component is affected?
Starters / CLI
Describe the bug
I ran deno init --npm qwik@latest
, choose current directory, Playground App, and git initialization, then got this...
Result โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ ๐ฆ Success! โ
โ โ
โ ๐ค Integrations? Add Netlify, Cloudflare, Tailwind... โ
โ deno qwik add โ
โ โ
โ ๐ Relevant docs: โ
โ https://qwik.dev/docs/getting-started/ โ
โ โ
โ ๐ฌ Questions? Start the conversation at: โ
โ https://qwik.dev/chat โ
โ https://twitter.com/QwikDev โ
โ โ
โ ๐ Presentations, Podcasts and Videos: โ
โ https://qwik.dev/media/ โ
โ โ
โ ๐ฐ Next steps: โ
โ deno start โ
โ โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Then, I typed deno start
and got this error...
error: Module not found "file:///home/costa/projects/hackerschool/qwik/start".
I haven't even started to try to use Qwik, and it fails.
deno task start
works by the way.
Reproduction
none
Steps to reproduce
Above.
System Info
Ubuntu 22.04
Deno 2.2.10
Additional Information
The README and the welcome ASCII table both need to say 'deno task start'