Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Unknown command "dev" #75

Closed
ulivz opened this issue Jul 30, 2019 · 8 comments
Closed

Error Unknown command "dev" #75

ulivz opened this issue Jul 30, 2019 · 8 comments

Comments

@ulivz
Copy link

ulivz commented Jul 30, 2019

Following the instructions:

npm i -g @quasar/cli
npm i
quasar dev -m electron

I got error:

 Error Unknown command "dev"


  ___
 / _ \ _   _  __ _ ___  __ _ _ __
| | | | | | |/ _` / __|/ _` | '__|
| |_| | |_| | (_| \__ \ (_| | |
 \__\_\\__,_|\__,_|___/\__,_|_|


  Running @quasar/cli v1.0.0
@ulivz ulivz changed the title Error Unknown command "build" Error Unknown command "dev" Jul 30, 2019
@deanfchung deanfchung reopened this Aug 3, 2019
@open-source-labs open-source-labs deleted a comment from ulivz Aug 3, 2019
@deanfchung
Copy link
Contributor

quasarframework/quasar#3965

@ulivz
Copy link
Author

ulivz commented Aug 3, 2019

image

@dnohashi dnohashi closed this as completed Aug 5, 2019
@ajmas
Copy link

ajmas commented Oct 26, 2019

Providing an answer here for anyone else who comes across this:

Typically this happens because the current project is not a Quasar project, is not installed or needs upgrading. The quasar command will show different options depending on whether you in a Quasar project or not. A

Steps to try, if you believe this should be a valid Quasar project folder:

  • Ensure the project dependencies are installed:

yarn install

  • If still no luck, then you can try upgrading:

quasar upgrade

This has worked for me in the past. Good luck.

@Akash-Preet
Copy link

2020-02-11_08h29_04

I tried running yarn install and npm install before executing quasar dev

@ajmas
Copy link

ajmas commented Feb 11, 2020

@Akash-Preet did you run quasar upgrade again following the yarn install, since the first time it yielded an error.

@JojuOlaode
Copy link
Member

@Akash-Preet let us know if you are still running across this error. We just did a major version update so you might want to consider moving over to OverVue 2.0. I can look into this issue as well but it seems like @ajmas gave a good response.

@lucho19jose
Copy link

common mistake is when you aren't in the currently directory where you istalled. so you should enter to the proyect just then run "quasar dev"

@wpplumber
Copy link

after installing @quasar/app & @quasar/extras worked again for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants