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//*