Renamed a Component, ran 'quasar dev', unknown command dev #17667
Labels
area/cli
bug/1-hard-to-reproduce
A reproduction is available, but it's hard to reproduce, so it has a lower priority.
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
I renamed a component from 'TodosList' to 'TodoList', renamed every other reference to it, and then I ran the command 'quasar dev' to run the UI, and was greeted with the Error Unknown command dev.
What did you expect to happen?
After renaming the components and references, I ran the command 'quasar dev', and I should've gotten a localhost:9000/# run.
Reproduction URL
https://github.com/JHeroGR/quasar-todo-list
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
Other
Quasar info output
Relevant log output
Additional context
i have also removed node_modules and package-lock.json and did a npm cache clean --force, and then re-ran npm install, i still got the same error as before.
The text was updated successfully, but these errors were encountered: