-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
AppExt's created via CLI are malformed #18293
Copy link
Copy link
Open
Labels
Qv2 🔝Quasar v2 issuesQuasar v2 issuesarea/project-creationRelated to project creation process using the commands: `yarn create quasar` and `npm init quasar`Related to project creation process using the commands: `yarn create quasar` and `npm init quasar`bug/0-needs-infoNeed more info to reproduceNeed more info to reproduceflavour/quasar-cli-vitekind/bug 🐞
Metadata
Metadata
Assignees
Labels
Qv2 🔝Quasar v2 issuesQuasar v2 issuesarea/project-creationRelated to project creation process using the commands: `yarn create quasar` and `npm init quasar`Related to project creation process using the commands: `yarn create quasar` and `npm init quasar`bug/0-needs-infoNeed more info to reproduceNeed more info to reproduceflavour/quasar-cli-vitekind/bug 🐞
What happened?
When creating a fresh app extension via the Quasar CLI (ui kit), and then running the dev server in
ui/devI get this error:What did you expect to happen?
I expected the blank project to run
Reproduction URL
bun create quasar@latest
How to reproduce?
bun create quasar@latestcd uibun iyarn Xwithbun Yinpackage.json(idk if this means anything, but I did it`bun run devFlavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Project Creation (create-quasar)
Platforms/Browsers
Chrome
Quasar info output
Relevant log output
Additional context
No response