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

    Cannot install QMediaplayer

    [v1] App Extensions
    2
    3
    528
    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.
    • SB
      SB last edited by

      I tried to install QMediaplayer as shown in docs quasar ext add qmediaplayer and got this error:

      error An unexpected error occurred: "https://registry.yarnpkg.com/quasar-app-extension-qmediaplayer: Not found".
      info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\XXX\\yarn-error.log".
      info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
      
       app:spawn ⚠️  Command "yarn" failed with exit code: 1 +1ms
       app:extension ⚠️  Failed to install quasar-app-extension-qmediaplayer +1ms
      

      Docs pointed to NPM as repository and not YARN.

      Quasar CLI will retrieve it from NPM and install the extension.

      SB 1 Reply Last reply Reply Quote 0
      • SB
        SB @SB last edited by

        I found the solution as shown here:
        https://quasarframework.github.io/quasar-ui-qmediaplayer/docs

        You have to use quasar ext add @quasar/qmediaplayer instead.

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

          yes, when using the app extension, it hooks into the run-time build cycle provided by Quasar to inject things into the build, so you don’t have to do it manually.

          Also, you need the @quasar/qmediaplayer because it is an “official” app extension and falls under the NPM @quasar domain.

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