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

    Downgrade v0.15 to v0.14

    Framework
    quasar version
    5
    10
    4381
    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.
    • T
      Thomas last edited by

      I really want to try the latest version of quasar but I’m afraid that I won’t be able to downgrade to v0.14 if I want to.

      Is there a way do to so ?

      I tried : npm install -g quasar-cli@^0.14 but that doesn’t work :

      • npm ERR! notarget No matching version found for quasar-cli@^0.14

      Thanks in advance

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

        Hi thomas. As these are major versions, there are breaking changes between them. You cannot simply upgrade or downgrade between them, rather you must migrate as there are several breaking changes.

        There is no good reason to go with 0.14 now, as 0.15 is out. Also 0.15 features seamless upgrade to future quasar versions

        T 1 Reply Last reply Reply Quote 1
        • T
          tunathoni last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • T
            tunathoni last edited by

            Hi Thomas, don’t worry if your quasar version is 0.15, you also can run your previous apps build with 0.14, just simply replace the “quasar” with “npm run”, ex:

            quasar dev ------> npm run dev
            quasar build ------> npm run build.

            hope it will help you. 🙂

            1 Reply Last reply Reply Quote 4
            • T
              Thomas last edited by Thomas

              @tunathoni That definitely helps me, thank you!

              1 Reply Last reply Reply Quote 0
              • T
                Thomas @benoitranque last edited by

                @benoitranque I asked because I already have an app running with v0.14 and, until I get to the latest version, I wanted to be sure I could run my app with v0.14 at any moment if I wanted to.
                Thanks for your reply !

                1 Reply Last reply Reply Quote 1
                • cssjockey
                  cssjockey last edited by

                  Hi, the npm run build command is not copying the changes to cordova www folder any work around? I am not sure what’s wrong.

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

                    I have the latest cli installed but with older version app npm run build is not copying the changes to cordova www folder. Any workaround?

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

                      @cssjockey are you looking for this?

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

                        Downgrade CLI: npm uninstall -g quasar-cli; npm install -g quasar-cli@0.6.5. You can always do this. Don’t worry about not being able to downgrade later on the road.

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