Upgraded quasar and getting "This command must be executed inside a Quasar project folder" #17956
Replies: 1 comment
-
I ended up opening up I renamed the quasar config file as necessary and now just need to deal with the others breakages. It would be good for the quasar command to provide indication that it couldn't find the config file, either in normal or debug mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just upgraded my project to use the latest version of Quasar and I am now getting the follow error, when I run
quasar run dev
:What should should I be checking to see what is causing the projects to not be detected as a quasar project? I did try
quasar run dev -d
, but it didn't provide me an extra information that would be useful.The
qusar.conf.js
file is presentDependencies:
Dev Dependencies:
Using nodejs v20.19.0
Beta Was this translation helpful? Give feedback.
All reactions