[๐] Deno Start doesn't work (broken hello world experience) #7520
Labels
COMMUNITY: good first issue
Good for newcomers
COMMUNITY: PR is welcomed
We think it's a good feature to have but would love for the community to help with the PR for it
COMP: DX
Developer Experience related issue
TYPE: bug
Something isn't working
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
Additional Information
The README and the welcome ASCII table both need to say 'deno task start'
The text was updated successfully, but these errors were encountered: