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

    Problem with quasar-cli

    Framework
    4
    4
    2462
    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.
    • J
      jhon last edited by

      Hello
      I’m having problems installing an extension in my project
      I have installed the quasar-cli but I do not have available the option of the extension:

      unning @quasar/cli v1.0.0-rc.2

      Example usage
      $ quasar <command> <options>

      Help for a command
      $ quasar <command> --help
      $ quasar <command> -h

      Options
      –version, -v Print Quasar CLI version

      Commands
      create Create a project folder
      info Display info about your machine
      (and your App if in a project folder)
      upgrade Check (and optionally) upgrade Quasar packages
      from a Quasar project folder
      serve Create an ad-hoc server on App’s distributables
      help Displays this message

      => IMPORTANT !
      => Trigger this inside of a Quasar project (and npm/yarn install) for more commands.

      My English is not very good

      1 Reply Last reply Reply Quote 0
      • Allan-EN-GB
        Allan-EN-GB Admin last edited by

        You need to create a quasar project, then yarn / npm install and then you will have access to extra functions added by the project level CLI.

        1 Reply Last reply Reply Quote 1
        • L
          luolinjia last edited by

          Today, I face the same issue, whatever I retry many times, it still appears the following words:

          Running @quasar/cli v1.0.0-rc.2

          Example usage
          $ quasar <command> <options>

          Help for a command
          $ quasar <command> --help
          $ quasar <command> -h

          Options
          –version, -v Print Quasar CLI version

          Commands
          create Create a project folder
          info Display info about your machine
          (and your App if in a project folder)
          upgrade Check (and optionally) upgrade Quasar packages
          from a Quasar project folder
          serve Create an ad-hoc server on App’s distributables
          help Displays this message


          => IMPORTANT !
          => Trigger this inside of a Quasar project (and npm/yarn install) for more commands.

          My operation system is MacOS and I don’t know why still now!

          1 Reply Last reply Reply Quote 0
          • A
            atkisai last edited by

            npm install in project

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