Error command 'dev' not working #13675
-
|
I have a problem in launching Quasar projects that I didn't create. I want to open a quasar project that I have cloned from Gittea and I used "npx quasar dev" and it doesnt work. If I create the project, it will work. Is there any other commands to launch the project that haven't been created by me? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
|
whats the error message/s? |
Beta Was this translation helpful? Give feedback.
-
|
did you run: (npm install) ? |
Beta Was this translation helpful? Give feedback.
-
|
Okay ... I normally use a Mac. I developed an Electron app on my Mac and want to build it for Win. I pulled out my rarely-used Windows laptop and installed Quasar with "npm i -g @quasar/cli" I get the "unknown command 'dev'" error. I first got it when I tried to run my Electron app, but I also get it when, from the command line, I type: "quasar dev -h" Same for quasar build -h ... I get: Error Unknown command "build" It's a completely fresh install of quasar. Here's the output of my quasar info (which works fine): Operating System Windows_NT(10.0.22621) - win32/x64 Global packages Networking |
Beta Was this translation helpful? Give feedback.
-
|
same issue, ran npm install, am inside vscodium linuxserver.io which runs a vm. quasar info: these containers can run a script to prep the dev space: |
Beta Was this translation helpful? Give feedback.

did you run: (npm install) ?