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

    Running 'quasar dev' does nothing? (on freshly installed default starter kit) [solved]

    Help
    3
    4
    2366
    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.
    • A3an
      A3an last edited by A3an

      Hi,

      I’m trying to create a new app from the default template (0.14), but after doing the init and the npm install, running ‘quasar dev’ does nothing… it just returns to the command line.

      I can run ‘quasar build’, and that works fine, but I can’t get ‘quasar dev’ to do anything. I have it running fine in a different app, though.

      Does anyone have any ideas why this is happening?

      TIA!
      (p.s. I also posted this in the ‘Starter Kit’ forum, because I’m not 100% sure where the best place is to ask the question)

      1 Reply Last reply Reply Quote 0
      • A3an
        A3an last edited by

        Solved!

        The default port 8080 was in use, I changed it to an unused port eg :3000, and it works now.

        Strange, no error message is posted that the port was in use. Just… nothing!

        1 Reply Last reply Reply Quote 0
        • rstoenescu
          rstoenescu Admin last edited by

          @A3an hmm, it should tell the port is in use… if you are using latest Quasar CLI.

          1 Reply Last reply Reply Quote 0
          • quem
            quem last edited by

            I also had trouble running quasar for the 1st time, using Windows 10.
            command : quasar dev
            Nothing was displayed. http://localhost:8080 got the message “connection rejected”.

            Using command : npm run dev mat
            I figured out I had the error “Error: spawn cmd ENOENT” => Verify that your local variable PATH contains “C:\Windows\System32”, reboot if necessary.
            If it’s still not working, change server port (/config/index.js), as explained above.

            Hope it can help someone.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post