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

    Upgrade from 1.1.4 to 1.2.4 gets stuck

    Help
    upgrade
    2
    9
    317
    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.
    • H
      hotel last edited by

      I have been using Quasar for a couple of weeks. When I run this…

      quasar upgrade -i
      

      … it gets stuck at the last line in the picture below
      2019-10-21_17-25-05.png

      Please suggest how I should proceed. Thanks.

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

        Hi,

        Delete any lock files, delete your node_modules folder then do npm install, if you still run into trouble, start from the beginning and try using Yarn instead of npm, which we highly recommend for local package management.

        Scott

        1 Reply Last reply Reply Quote 0
        • H
          hotel last edited by hotel

          Thanks for your help. Deleting node_modules was the key.

          Also I used

          quasar upgrade -i
          

          That tried to update to 1.2.4 (but it again got stuck during the update)

          But then I used:

          quasar upgrade --install
          

          It updated to 1.2.2.

          quasar upgrade
          

          tells me that this is the latest!

          So its fine for now.
          Thanks.

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

            1.2.4 is the latest Quasar. 1.2.2 is @quasar/app, which is the (local) CLI.

            Scott

            1 Reply Last reply Reply Quote 0
            • H
              hotel last edited by hotel

              quasar -v
              

              gives 1.2.2
              Because it is not 1.2.4, should I try and run this now?

              quasar upgrade -i
              
              1 Reply Last reply Reply Quote 0
              • s.molinari
                s.molinari last edited by

                Run quasar info and put the output here.

                Scott

                1 Reply Last reply Reply Quote 0
                • H
                  hotel last edited by hotel

                  Here it is:

                  picnow.png

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

                    Do you see your Quasar project is on 1.2.4?

                    When you run quasar -v, it is telling you the version of the CLI, not the version of Quasar you have in your project.

                    Scott

                    1 Reply Last reply Reply Quote 0
                    • H
                      hotel last edited by

                      OIC. So all is good, thanks!

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