If you run up against the strange code 3 exit error, then you are probably working in an environment that does not have an x-window and are running quasar dev
. The solution to this is to make a setting in your quasar.conf.js:
devServer: {
open: false
},