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

    Update framework

    Framework
    4
    7
    2787
    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.
    • R
      rashidnk last edited by

      How to update quasar framework to the latest, not the CLI
      My app running on v0.14.0 , the latest is v0.14.3

      Can i update it from the CLI ?

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        npm update quasar-framework

        1 Reply Last reply Reply Quote 1
        • R
          rashidnk last edited by

          thank you @rstoenescu , npm update quasar-framework

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

            @rashidnk you can do yarn upgrade if you use yarn. It updates all packages based on package.json and updates yarn.lock, kind of like how composer works.

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

              If you just use yarn upgrade it upgrades Vue.js to 2.4 which is currently not supported by Quasar, due to a Vue bug.

              S 1 Reply Last reply Reply Quote 0
              • S
                Suraj @a47ae last edited by Suraj

                @a47ae as i said both npm update quasar-framework and yarn upgrade updates package based on package.json. Currently vue version is "vue": "~2.3.4" on package.json so no, both command wouldn’t update vue to 2.4 but to the latest 2.3.x version. Refer here, https://docs.npmjs.com/misc/semver#tilde-ranges-123-12-1

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

                  @Suraj Sorry my bad, I was looking at the output of yarn outdated which obviously lists Vue as outdated and thought it would also update Vue with a yarn upgrade.
                  Also in earlier versions of Quasar (pre 0.14) the Vue dependency wasn’t locked with the tilde 😛

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