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

    migrating from v0.14 to v0.15-beta.12

    Help
    6
    7
    1918
    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
      eugene last edited by

      Hey everybody!

      Wanted to upgrade to v0.15-beta.12 my existing quasar project (currently 0.14.7).
      Bumped the version in package.json, did npm install, then npm run dev.

      Got the error straight away:
      These dependencies were not found:

      • quasar in ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/App.vue, ./src/main.js and 13 others
      • quasar/dist/quasar.ie in ./src/main.js
      • quasar/dist/quasar.ie.mat.css in ./src/main.js

      To install them, you can run: npm install --save quasar quasar/dist/quasar.ie quasar/dist/quasar.ie.mat.css

      Well, I went to my main.js and commented out IE11 support to see if that helps:
      // IE11 Support
      // require(quasar/dist/quasar.ie)
      // require(quasar/dist/quasar.ie.${__THEME}.css)

      Then did npm run dev again:
      This dependency was not found:

      • quasar in ./src/main.js, ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/App.vue and 13 others

      To install it, you can run: npm install --save quasar

      Hm, this seems to be a bit weird as quasar package (npm info quasar) has nothing to do with the quasar-framework package that is being used.

      Is there anyone that did actually manage to migrate from an old (v0.14) version of quasar to v0.15?

      Thanks!

      Eugene

      1 Reply Last reply Reply Quote 0
      • R
        ryan last edited by

        This might be a silly question but did you also update to the v0.15 quasar-cli (npm install -g quasar-cli@next)?

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

          Hi

          I suggest you wait for the docs. You will not be able to upgrade in the way you tried, and you won’t be able to copy your src folder either, so best wait for the migration guide. That or install the new cli, init a new project, a move files one by one, carefully, respecting the new structure.

          Docs are being written as we speak

          A 1 Reply Last reply Reply Quote 0
          • E
            eugene @ryan last edited by

            @ryan nope, I didn’t
            maybe I could give it a try

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

              I’m waiting for the final 0.15 release to migrate my 0.14 project. I have quite a few webpack tweaks (loaders, custom output directories etc.), will it be possible to do them in the vue-cli-based Quasar v0.15? I would appreciate a section about that in the docs.

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

                @benoitranque Hi, is there a way to follow the progress on v0.15? I’d be very interested in getting an approximate timeframe for its release (for my planning purposes). Thanks for all the work.

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

                  @asifm The post is your answer 🙂 http://forum.quasar-framework.org/post/6229

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