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.0.0-rc.4 to last version

    Framework
    2
    5
    158
    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
      dan last edited by

      When running “quasar upgrade” I get - “Congrats! All Quasar packages are up to date.”
      But,
      When I run “quasar info” I get -
      @quasar/cli - 1.0.0-beta.3
      quasar - 1.0.0-rc.4
      @quasar/app - 1.0.0-rc.6
      @quasar/extras - 1.1.2

      Is it ok? What to do?
      Thank you

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

        update your cli first, then run quasar upgrade -i.

        D 1 Reply Last reply Reply Quote 0
        • D
          dan @metalsadman last edited by

          @metalsadman and how I upgrade cli ? Thanks!

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

            npm uninstall -g @quasar/cli then npm install -g @quasar/cli. Install yarn too npm install -g yarn. Cd your priject folder, delete node_modules folder, delete package-lock.json/yarn.lock, run yarn, run quasar upgrade -i.

            D 1 Reply Last reply Reply Quote 0
            • D
              dan @metalsadman last edited by

              @metalsadman did not work.
              I had to create a clean project and copy all my code there and config everything again 😞
              Now I am having a problem with icon-genie that I am getting errors when trying to install. (gyb errors)

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