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

    Start v0.15 project -> upgrades

    Framework
    5
    21
    4145
    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.
    • E
      ekoster last edited by

      Hi. I was wondering. If I start a v0.15 project will it need complete restart when v0.15 is released or can I just upgrade along the way?

      1 Reply Last reply Reply Quote 0
      • M
        Max last edited by

        wont be a big change…

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

          If you use the new starter kit, upgrading is as simple as npm update quasar-framework

          The only issue would be any breaking changes in Api

          1 Reply Last reply Reply Quote 0
          • E
            ekoster last edited by

            ah then I’ll start my two projects. thanks.

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

              Is the starter-kit 0.15 in the quasar-cli? I can’t find the kit in “quasar list”.

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

                if i use 0.14?

                bestog 1 Reply Last reply Reply Quote 0
                • bestog
                  bestog @snezhkois last edited by

                  @snezhkois Check your version with “quasar version” in your project.

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    snezhkois @bestog last edited by

                    @bestog

                    Quasar CLI v0.6.4
                    App running on Quasar v0.14.7

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

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • bestog
                        bestog @snezhkois last edited by

                        @snezhkois Yes, your app is on 0.14

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

                          to get started with v0.15 :

                          npm install -g quasar-cli@next
                          quasar init
                          
                          S 2 Replies Last reply Reply Quote 0
                          • S
                            snezhkois @benoitranque last edited by

                            @benoitranque said in Start v0.15 project -> upgrades:

                            npm install -g quasar-cli@next

                            i see that i must replace all my code in new version 😞

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

                              How can I start with quasar-cli electron or android with 0.15?

                              1 Reply Last reply Reply Quote 0
                              • S
                                snezhkois @benoitranque last edited by

                                @benoitranque

                                Can I just update quasar without init new project?

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

                                  @snezhkois Not if you are updating from v0.14, as there are major breaking changes.

                                  @bestog quasar build --help is all the info you need 🙂

                                  S bestog 2 Replies Last reply Reply Quote 0
                                  • S
                                    snezhkois @benoitranque last edited by

                                    @benoitranque

                                    Thanks. Hope other updates will not so “hard” 🙂

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

                                      @benoitranque Thank you. I was blind. 😃

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

                                        @snezhkois They won’t be, you’ll just have to npm update quasar-framework

                                        1 Reply Last reply Reply Quote 0
                                        • E
                                          ekoster last edited by ekoster

                                          Unfortunatly I have an error, the same after two tryouts. If you wonder what happens in a normal cmd window (instead of powershell) it’s the same. This is windows 10 64bit machine. Also I just pressed ENTER with the cordova question (I don’t want it actually). Any tips?

                                          [EDIT] I see by default there is not a ‘scripts’ entry for ‘dev’ in ‘package.json’ I’ll see if I need to make that. I though since there is src it would show something with ‘quasar dev’ just like ‘quasar test’ works

                                          PS D:\Workspace…\chk\chk> quasar dev
                                          D:\Workspace…\chk\chk\node_modules\quasar-cli\bin\quasar-dev:60
                                          async function goLive () {
                                          ^^^^^^^^
                                          SyntaxError: Unexpected token function

                                          • module.js:20 require
                                            internal/module.js:20:19

                                          • quasar:80 Object.<anonymous>
                                            [chk]/[quasar-cli]/bin/quasar:80:3

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

                                            Make sure you install the latest version of quasar-cli by selecting the next branch.

                                            npm install -g quasar-cli@next
                                            

                                            edit:

                                            Also note you must have node version 8+

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