Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. RicardoBlack
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    RicardoBlack

    @RicardoBlack

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

    RicardoBlack Follow

    Latest posts made by RicardoBlack

    • RE: How to create continuous deployment pipeline for quasar app in under 5 minutes using aws-amplify

      Hi,
      I’ve followed the tutorial but i’m getting a build error related to the build settings: Quasar command not found.
      I’m not sure what i’ve missed.

      These are the build settings:
      version: 1
      backend:
      phases:
      build:
      commands:
      - amplifyPush --simple
      frontend:
      phases:
      preBuild:
      commands:
      - npm install -g @quasar/cli
      - npm ci

      build:
        commands: 
        - quasar build
      

      artifacts:
      baseDirectory: dist/spa
      files:
      - '/*’
      cache:
      paths:
      - node_modules/
      /*

      posted in Show & Tell
      R
      RicardoBlack