Quasar project error : Missing .babelrc file
-
Hello ! I have a problem with my Quasar project ! When I use this command : npx quasar dev
I have this error : app:quasar-conf Reading quasar.conf.js +0ms
app:dev Checking listening address availability (0.0.0.0:8080)… +2ms
️ Missing .babelrc file…
Can you help me please ? :c
-
@tini How about just a regular
quasar dev
? If you’ve donenpm install
oryarn install
there should be no need to usenpx
.