Run dev error while running a new project.
-
run
rm .babelrc
will fix this error
-
Hi @marcelo-delta I’m having the same issue, did you find a solution ?
I am just following the docs to set up a new project but quasar dev results in Unknown command “dev”.
Using quasar v1, node 8.9.4, npm 6.10.1
-
@tlloyduk reinstalling quasar and selecting the Yarn option during quasar create sorted this out for me. Seems it doesn’t like npm yet
-
After removing quasar cli, and installing @ qualsar / cli I get:
-
The solution was to install the latest version of node 10.16.1 LTS, reinstalled the CLI and everything started to work correctly.
-
I have same problem
Windows 10
Node js Version v12.18.4 * 64 bitlast time i remove my node module and re-install node module. but still inproblem
-
@rstoenescu can i take some help ?
-
@thiwankaSL use yarn for local deps as suggested.
-
@metalsadman can explain
-
what is the reason for this case? installed windows 10 last Night and after installation i clone project from git repository and npm install and quasar cli also install globally . after faced this issue . what is the reason and how i resolve this error . let me know .
-
You are not following the advice of @metalsadman: using yarn for project dependencies. Don’t expect people to help you when you ignore their posts.
-
@metalsadman thanks
-
@dobbel thanks i followed advice but still having problem.
-
What is your exact problem?
-
Please post the command( like
quasar dev
) and console output when it fails. -
Also please post the output of the command
quasar info
-
-
I spent hours on this error changing node and quasar versions etc. I always used yarn and never this error until now.
For me @bigzhu 's suggestion worked - simply removing .babelrc which I believe should never have been there.
I think I was reusing a previous project dir after clearing it out first with rm -rf * which I now know doesn’t include .hidden files! -
Hi I have same problem , remove .babelrc dont work , also the other things that you here recommended. Please help.