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

    Quasar CI/CD commands

    CLI
    2
    2
    642
    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.
    • A
      atpim last edited by atpim

      So I’m trying to create CI/CD pipeline for my quasar app (I use Azure pipelines for that)
      So first thing I do is I run
      npm install -g @quasar/cli
      then npm install
      And so far it works
      But then as I understand I should have quasar set globally on that virtual machine but it does not work:
      On the next step I run
      quasar build
      And I get error:
      quasar: command not found
      Should I run that command in a different way? Not sure how though

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

        Make sure you are in the project folder, when you run the build command.

        Scott

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