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

    .15.x init creates no dependencies, is that correct?

    CLI
    2
    3
    676
    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.
    • D
      dgk last edited by

      I am in the process of upgrading .14 to .15 I did an init in a new repo in order to start migrating my source but I see the cli did not create a single dependency in package.json. That can’t be right?? Shouldn’t it at least put Vue and quasar framework as dependencies as before?

        "dependencies": {},
        "devDependencies": {
          "babel-eslint": "8.2.1",
          "eslint": "4.15.0",
          "eslint-config-standard": "10.2.1",
          "eslint-friendly-formatter": "3.0.0",
          "eslint-loader": "1.7.1",
          "eslint-plugin-import": "2.7.0",
          "eslint-plugin-node": "5.2.0",
          "eslint-plugin-promise": "3.4.0",
          "eslint-plugin-standard": "3.0.1",
          "eslint-plugin-vue": "4.0.0",
          "quasar-cli": "^0.15.6"
        },
      
      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        This is correct. Everything is handled by the locally installed quasar-cli package.

        1 Reply Last reply Reply Quote 1
        • D
          dgk last edited by

          so what dependencies does the cli manage? Vue obviously, what else? Is there a way to list them and their version number?

          Normally I’d upgrade my dependencies as I see fit…so now upgrading any of these can only be done when the cli upgrades?

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