Missing qusar.conf.js file
-
I just created a new project using quasar init and I can’t find the quasar.conf.js file which was mentioned in the documentation.
-
You should find it beside package.json.
-
Hi Alinex, thank you for helping. I thought so too. But check out this screenshot http://prntscr.com/iv0okg There’s no quasar.conf.js file.
-
I thin you used an older version of quasar-cli. Please install the newest cli v 0.15.12
$ npm install -g quasar-cli $ quasar -v 0.15.12
Then create your application again.
-
I have a new version.
-
I just freshly installed quasar, and initiated an app. I don’t see quasar.conf.js anywhere