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

    Electron Auto-reload doesn't work well in Node v15.0.1

    Framework
    3
    3
    177
    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.
    • K
      keechan last edited by

      Hi guys,

      I recently updated my NodeJS to v15.0.1 and noticed that whenever I do code changes, the electron reload doesn’t work well. Sometimes it will just display an empty white Electron window with no error whatsoever. Doing a refresh doesn’t fix it. I had to manually terminate the current process/window and run the application again, which is too cumbersome.

      Everything was working perfect on my older node version (12.18.3).

      I am still the following Quasar framework versions:

      • quasar - 1.7.0
      • @quasar/app - 1.4.5
      • @quasar/extras - 1.4.0
      • vue - 2.6.11
      • vue-router - 3.1.3
      • electron - 7.1.8

      Anyone else encountered this?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • S
        susansiow last edited by

        Hi @keechan ,

        This might help.

        “Do not use uneven versions of Node i.e. 11, 13, etc. These versions aren’t tested with Quasar and often cause issues due to their experimental nature. We highly recommend always using the LTS version of Node.” - https://quasar.dev/quasar-cli/installation

        dobbel 1 Reply Last reply Reply Quote 0
        • dobbel
          dobbel @susansiow last edited by dobbel

          @susansiow @keechan

          It’s recommended to use node version 12.x for Quasar.

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