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. peppered
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    peppered

    @peppered

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    peppered Follow

    Latest posts made by peppered

    • Quasar project path

      Hi! Is it possible to specify the path to the project when running @quasar/app? I’m trying to integrate Quasar with Bazel (using rules_nodejs and auto-generate macros), but the problem is that Bazel runs all commands from the repository root, so I get the following error:

      App · ⚠️  Error. This command must be executed inside a Quasar v1+ project folder.
      

      There is the similar problem with Vue, but it handles the VUE_CLI_CONTEXT environment variable, so it’s possible to provide the project path using this variable (despite it’s not very convenient). I’ve took a look at app/lib/app-paths.js and it seems there is no way to handle my case. But maybe there is any other solution possible?

      posted in CLI
      P
      peppered