No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    quasar dev - Error: Exited with code 3 (Solved)

    Help
    1
    1
    455
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • nothingismagick
      nothingismagick last edited by nothingismagick

      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
          },
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post