Provide more info "This command must be executed inside a Quasar project folder" failure state #17957
Unanswered
ajmas
asked this question in
Ideas / Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When Quasar can't find the
quasar.config.*(.js, .ts, .mjs, .cjs) file, it declare the project is not a quasar project, with no more information in regular mode or debug mode. For this reason it would be useful to either haveverifyoption or update the error state to provide an output such as follows, even it is limited to-dargument:Details
I recently upgraded my project to use a more recent version of Quasar and it started failing with the following error:
Until I looked at the source code, it wasn't clear what was causing this failure. I had tried the following, but none provided any more clarity:
For this reason it would be good for the command to be updated to provide the extra info.
Beta Was this translation helpful? Give feedback.
All reactions