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. CLI
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • C

      Uninstalling Quasar plugin
      • Charlotte

      3
      0
      Votes
      3
      Posts
      187
      Views

      C

      yes, the plugin. I’ll try your suggestion, Thanks!

    • S

      Unable to create quasar project behind http proxy
      • shin06

      4
      0
      Votes
      4
      Posts
      521
      Views

      M

      I found the reason. The process “quasar” does not use the proxy settings from the .npmrc file, it uses the environment variable “http_proxy” (I have only checked it under Windows). The syntax corresponds to the syntax of the .npmrc file.

    • B

      Problems with 1.14.5 Upgrade (Sass semicolons) and solution
      • btmi

      2
      0
      Votes
      2
      Posts
      560
      Views

      Hawkeye64

      Just so everyoine knows, we recently were using node-sass (a C++ node binder) which is now deprecated. Instead, we are now using sass (javascript). The sass version does better checking (linting) and therefore, if you have errors, these will show up.

      One thing I have noticed though, is if you are missing the colon (:) completely, you get a warning and it keeps on trucking (instead of failing), but it gives you a message about no descripter so won’t be used. For the line number it gives you, look up 1 higher for the issue.

    • Z

      Are there some samples that integrate the vue-styleguidist with Quasar to produce document for Quasar App Project?
      • zouzg7829

      3
      0
      Votes
      3
      Posts
      219
      Views

      Z

      I have created a feature request, see https://github.com/vue-styleguidist/vue-styleguidist/issues/1016

    • B

      Multiple i18n Translation Files
      • btmi

      3
      0
      Votes
      3
      Posts
      807
      Views

      B

      @ssuess That is just what I needed…thank you!

    • F

      Build and watch same time
      • felek

      1
      0
      Votes
      1
      Posts
      141
      Views

      No one has replied

    • H

      Why do we enforce gradle version 4.10.3
      • hcbelias

      1
      0
      Votes
      1
      Posts
      135
      Views

      No one has replied

    • H

      Gradle version 4.10.3 enforced by CLI
      • hcbelias

      1
      0
      Votes
      1
      Posts
      181
      Views

      No one has replied

    • S

      Vue 3 migration (will the Quasar plugin work in Vue 3 or will it need to be upgraded?)
      • Sacrekin

      6
      1
      Votes
      6
      Posts
      923
      Views

      M

      Thanks @metalsadman I tried quasar with the CLI yesterday. That’s not the road I wonna go down. Can I still use quasar as a plugin with vue3 and the vue cli? Thanks for the help!

    • necmettin

      Change serve URL
      • necmettin

      9
      0
      Votes
      9
      Posts
      4253
      Views

      G

      Do any of you get a ERR_NAME_NOT_RESOLVED error when running an Android dev build after changing the host parameter? It’s working fine in my browser and on iOS …

    • G

      ERR_NAME_NOT_RESOLVED
      • generator

      1
      0
      Votes
      1
      Posts
      101
      Views

      No one has replied

    • P

      Quasar project path
      • peppered

      2
      0
      Votes
      2
      Posts
      305
      Views

      Hawkeye64

      @peppered You are actually calling the global @quasar/cli, which in turn looks for @quasar/app in your node_modules, so it can pass project-oriented work to it. The global @quasar/cli is not finding the local @quasar/app, so you are getting that message. Another reason for getting that message, when you feel it is correct, if that node_modules has not been populated yet (like when you get your code from a repo, then forget to run yarn/npm on it).

    • W

      Any script to auto-upgrade to @quasar/app V2?
      cli upgrade • • walfin

      1
      -1
      Votes
      1
      Posts
      100
      Views

      No one has replied

    • M

      Uncaught TypeError on application loading after upgrading to v1.14
      • Massi

      8
      0
      Votes
      8
      Posts
      693
      Views

      M

      Thanks, I will ask there

    • P

      CORS is driving me crazy
      • PhilWritesCode

      7
      0
      Votes
      7
      Posts
      1670
      Views

      C

      @dobbel other thread, same topic.
      The cors header must be missing, otherwise the CORS Unblock extension wouldn’t solve it for me.

      Could you give any insight on how to actually and specifically enable cors on the server (webpack devServer)?

    • M

      iOS build only for armv
      • madansingh18

      2
      0
      Votes
      2
      Posts
      76
      Views

      dobbel

      @madansingh18 So when you you get this error? During build or in xcode? Can you paste some outputs of the command that gives the error like:

      quasar build -m cordova -T ios --debug some ouput.. error ect...
    • T

      Android Studio not starting when building capacitor app on linux virtualbox
      • TimE

      5
      0
      Votes
      5
      Posts
      1177
      Views

      F

      Ok thanks.

      https://github.com/quasarframework/quasar/issues/7694

    • L

      How to use different versions in development environment
      • lopu

      3
      0
      Votes
      3
      Posts
      148
      Views

      dobbel

      @lopu

      Yes that’s how nodejs app’s work with packages. Actually when using npm( yarn has a different lock file) will look at the package-lock.json for the exact version it will use:

      https://stackoverflow.com/questions/44297803/what-is-the-role-of-the-package-lock-json

    • C

      Get update language in template
      • Christal

      2
      0
      Votes
      2
      Posts
      84
      Views

      dobbel

      @Christal

      https://quasar.dev/options/app-internationalization#Add-new-language

      have you added a different locale?

    • M

      Android Studio not starting when building capacitor app
      • mikesussman

      2
      0
      Votes
      2
      Posts
      596
      Views

      M

      Looks like this was fixed in quasar/app v1.7. Updated to latest and now working.