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

    How to install a specific version of quasar-cli? (0.15.2)

    CLI
    2
    3
    3229
    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.
    • A
      AndreeeMuller last edited by

      I and my college friends are developing our course completion work (TCC) using the quasar framework. At my place of work, I created the project in version 0.15.2, today, my friend under the project in his place, however need to install version 0.15.2, have any command that defines the version of quasar?
      Thank you very much in advance.

      André Müller.

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

        Hey André,
        you can install a specific version of Quasar cli using npm install -g quasar-cli@version.
        In your case that would be npm install -g quasar-cli@0.15.2.

        But please note that there are two versions of Quasar CLI.
        One that is installed globally and one that is installed in your project.
        The one in your project automatically installs to the same version your friend installed it.

        I would recommend updating your Quasar version to the latest version by running npm update quasar-cli inside your project.

        Also best luck on your project, make sure to share your results on the forum or on Discord 🙂

        1 Reply Last reply Reply Quote 0
        • A
          AndreeeMuller last edited by

          Thank you, friend, it worked out right here.

          I have already updated the project as well, for the latest version of Quasar. Is that I was afraid to upgrade, because when I updated from 0.14. * To 0.15.2, my project was totally different, had to program again a 4 pages I had already done. I think that happened because it changed a lot from one version to another.

          Well, I’m loving programming with Quasar, an exceptionally wonderful framework.

          Regards,

          André Peil Müller, Brazil.

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