Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(ci/cd): fix cache issue #35

Open
Zaba505 opened this issue Jul 13, 2021 · 0 comments
Open

build(ci/cd): fix cache issue #35

Zaba505 opened this issue Jul 13, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Zaba505
Copy link
Member

Zaba505 commented Jul 13, 2021

Whenever a new job uses the cached node_modules instead of installing fresh, the Quasar CLI reports:

Error Unknown command "build"


  ___                             
 / _ \ _   _  __ _ ___  __ _ _ __ 
| | | | | | |/ _` / __|/ _` | '__|
| |_| | |_| | (_| \__ \ (_| | |   
 \__\_\\__,_|\__,_|___/\__,_|_|   
 

  Running @quasar/cli ***.2.1

  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, -h  Displays this message

  --------------
  => IMPORTANT !
  => Trigger this inside of a Quasar project (and npm/yarn install) for more commands.
  --------------
@Zaba505 Zaba505 added the bug Something isn't working label Jul 13, 2021
@Zaba505 Zaba505 self-assigned this Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant