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

    Custom Electron Version

    Framework
    2
    2
    275
    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,

      Is it possible to use a different Electron version from what is ‘pre-configured’ on Quasar?

      When I run quasar mode add electron, it downloads electron version ^9.0.0 (I’m on Mac).
      Is it possible to use a custom version such as v11.0.0 or so?

      I am on Node v12.18.3. Will there be any cons as far as Quasar framework is concerned?

      Thanks!

      I 1 Reply Last reply Reply Quote 0
      • I
        Ilia @keechan last edited by Ilia

        @keechan We are using electron v11 at Coloban, no problems noticed 🙂

        You can try this command below?

        npm i electron@latest
        

        ** I would suggest to do a backup for the project folder just in case;
        ** Pay attention to the packager you use (electron-builder or electron-packager) if it is working fine with the latest version of electron.

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