Can't create a new store with quasar
-
hello community ,
I tried to create a new store using this command
quasar new store article and when i try to excute this command I get this error
Template “store.vue” does not exists. how to fix this issues ??
PS:i have folder store(src/store) created by default with quasar initThanks in advance
-
what version?
Typequasar info
and paste it here.
quasar new [s|store] <store_module_name>
should work. -
Thanks @Hawkeye64 for your answer
quasar version :
Quasar CLI v0.6.5
App running on Quasar v0.17.18when i try quasar info i get this error :Command “info” is not known
i still have the same error about quasar new store article -
quasar cli is at v0.17.22 now. maybe issue a
npm install --save-dev quasar-cli@latest
. -
I upgrade the version to 0.17.22 and now it works
Thank you all
-
Figured it was something like that.