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

    How to install local app-extension

    Framework
    2
    4
    653
    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.
    • D
      diegomagikal last edited by

      Hi,

      How to install and run a custom app-extension from local source?

      I’m running

      yarn add --dev @quasar/quasar-app-extension-example@ssh://local-server/modules/example.git
      

      and changing the code. But if I run quasar ext invoke example, I get this error:

      Tried to invoke App Extension "example", but it's npm package is not installed
      
      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        Did you read this? https://v1.quasar-framework.org/app-extensions/development-guide/introduction#Manually-testing

        Also, if you are on Windows and it’s not working, I’ve had a fair experience with Yalc.

        https://github.com/whitecolor/yalc

        Scott

        1 Reply Last reply Reply Quote 0
        • D
          diegomagikal last edited by

          Thanks. After upgrade my environment, I can run yarn link on Windows.

          1 Reply Last reply Reply Quote 0
          • s.molinari
            s.molinari last edited by

            Out of curiosity, what did you do?

            Scott

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