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
    1. Home
    2. Tags
    3. qusar-cli
    Log in to post
    • R

      [Solved] Error: "Could not find an installed version of Gradle"
      Help • cordova gradle qusar-cli • • realtebo

      2
      0
      Votes
      2
      Posts
      1029
      Views

      R

      Never mind… instructions are changed: https://quasar.dev/quasar-cli/developing-cordova-apps/preparation

      I must install manually gradle now.

      No problem.

    • M

      How to add path alias?
      CLI • bitbucket build linux pipelines qusar-cli • • morlz

      4
      0
      Votes
      4
      Posts
      1681
      Views

      G

      Maybe try resolve or path.resolve?

      extendWebpack (cfg) { cfg.resolve.alias = { ...cfg.resolve.alias, // Add your own alias like this 'vue$': 'vue/dist/vue.esm.js', '@': resolve('src') }

      or…

      extendWebpack (cfg) { cfg.resolve.alias = { ...cfg.resolve.alias, // Add your own alias like this 'vue$': 'vue/dist/vue.esm.js', '@': path.resolve('src') }