quasar command with npm run #15080
Replies: 4 comments 1 reply
-
I have the same issue. 'serve' is provided by |
Beta Was this translation helpful? Give feedback.
-
Huh, I have the same pnpm vite serve dist/spa/ |
Beta Was this translation helpful? Give feedback.
-
The
|
Beta Was this translation helpful? Give feedback.
-
@yusufkandemir Your first solution didn't work for me either:
Your second solution did work though. Thanks! |
Beta Was this translation helpful? Give feedback.
-
quasar has a default command for "quasar build" as "npm run build"
what I want to do is to make command "npm run serve"
So, what I did was to set like below
command "quasar serve ./dist/spa" is fine when it is executed independently but, if i run "npm run serve" I got an error message below.
What is wrong? Please help me!
Beta Was this translation helpful? Give feedback.
All reactions