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 use latest quasar-framework version from github instead of npm package

    Help
    4
    10
    3714
    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.
    • fsgiudice
      fsgiudice last edited by fsgiudice

      Hi,
      probably it is off-topic here, but I have read about using github instead of npm package. If I wrote in package.json:

      "dependencies": {
      ....
      "quasar-framework": "quasarframework/quasar#dev",
      ...
      }
      

      I get last version in node_modules (currently 0.9.0) but dist folder is missing, so I get errors running app.
      What I’m missing?
      TIA

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

        Try installing the CLI, init an app and then update the package.json in the created directory and run npm install again. After that, you should be able to run with quasar dev

        Scott

        1 Reply Last reply Reply Quote 0
        • rstoenescu
          rstoenescu Admin last edited by

          Use NPM instead of github. Quasar production code is not kept in github.

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

            Hi,
            I alredy use npm and use quasar from npm repository, but I get 0.8.3, and I work with it. But I would like to test also last version.
            I will wait official release 😉
            Thanks again

            1 Reply Last reply Reply Quote 0
            • rstoenescu
              rstoenescu Admin last edited by

              I’ve been thinking lately to make a nightly build, a kind of “bleeding-edge” unstable version. Will see how much time I have to write some scripts to automate this. It would indeed be very helpful.

              1 Reply Last reply Reply Quote 3
              • blvz
                blvz last edited by

                I’ve added a pull request to this. Let me know what else is needed.

                rstoenescu 1 Reply Last reply Reply Quote 0
                • rstoenescu
                  rstoenescu Admin @blvz last edited by

                  @blvz Merged. Thanks for this!

                  There is still an issue as you can’t publish same version twice on NPM, even though the tag is different. We should also make a script to temporarily add a build number or something to the version, like “beta-1” etc.

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

                    Hi @rstoenescu ,
                    question:
                    Is it possible to add dist folder, that you publish on npm, to github?
                    Because I have seen some github projects that have that.
                    In this case people that want to use last development version (not published on npm repository) can simple change dependencies in package.json as I wrote before (“quasar-framework”: “quasarframework/quasar#dev”,) and use latest dev version and you will retain a clean “published” version on npm without upload single subversions.
                    My 1 cent
                    Francesco

                    1 Reply Last reply Reply Quote 2
                    • rstoenescu
                      rstoenescu Admin last edited by

                      Bleeding edge version now available: http://forum.quasar-framework.org/topic/123/nightly-build-now-available

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

                        @rstoenescu
                        Thank you, I’ll try

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