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

    @quasar/app v1.7.4 released!

    Announcements
    5
    9
    312
    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.
    • rstoenescu
      rstoenescu Admin last edited by

      https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v1.7.4

      Upgraded deps: @types/express@4.17.6, @types/webpack@4.41.12, autoprefixer@9.7.6, cross-spawn@7.0.2, css-loader@3.5.3, fork-ts-checker-webpack-plugin@4.1.3, isbinaryfile@4.0.6, node-sass@4.14.0, semver@7.3.2, terser-webpack-plugin@2.3.6, vuex@3.3.0, webpack@4.43.0, webpack-bundle-analyzer@3.7.0, archiver@4.0.1, file-loader@6.0.0, log-update@4.0.0, ts-loader@7.0.1, url-loader@4.1.0

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

        after upgrade to node 14 and quasar 1.7.4 i got the following warning when building in PWA and SSR mode

        (node:66883) Warning: Accessing non-existent property ‘lineno’ of module exports inside circular dependency
        (Use node --trace-warnings ... to show where the warning was created)
        (node:66883) Warning: Accessing non-existent property ‘column’ of module exports inside circular dependency
        (node:66883) Warning: Accessing non-existent property ‘filename’ of module exports inside circular dependency

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

          @altezzalab I have the same problem after upgrading node today (from 12 to 14), did you ever find a solution?

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

            We recommend using Node 12 currently.

            Scott

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

              ah ok, thanks. I will revert. Is there a page somewhere you can point me to that has all these kinds of environment recommendations?

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

                https://quasar.dev/quasar-cli/installation

                2cf5679c-589a-4f40-9965-2ccfa1ca32d0-image.png

                Scott

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

                  Right, that is why I thought 14 would be ok, it is an even version. It might be more useful to just clearly state the supported, recommended version number(s) in the documentation to avoid any confusion.

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

                    The red underlined part is what is recommended. LTS changes with time, thus why only that is mentioned.

                    Scott

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

                      @ssuess one can check that in the node js site or via nvm which version is their Current LTS (as of writing 12.18.1).

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