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 add electron mode in Debian need some love

    Help
    2
    4
    153
    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.
    • C
      cheesy last edited by

      Every time I need to add electron mode on my Debian Buster system when developing before running

      quasar dev -m electron
      

      I need to run:

      sudo sysctl kernel.unprivileged_userns_clone=1
      
      quasar info
      

      show that the electron-packager and electron-builder is not installed!
      (Untitled.png

      Developing this way is not a problem for me but I really thing that should be a better way to do this.

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

        @cheesy it gets installed when you run quasar build -m electron.

        1 Reply Last reply Reply Quote 0
        • C
          cheesy last edited by cheesy

          @metalsadman so you say that I need to run a build command once to get this working whithou need of using:

          sudo sysctl kernel.unprivileged_userns_clone=1
          

          ?

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

            @cheesy i’ve never needed to run something like that in ubuntu 18.

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