SAP / yeoman-ui

Provide rich user experience for Yeoman generators using VSCode extension or the browser.
Apache License 2.0
100 stars 44 forks source link

Deployment File missing #819

Open eaglebeagle999 opened 4 months ago

eaglebeagle999 commented 4 months ago

When generating a Fiori Elements application, the ui5-deploy.yaml-File is missing, even when I filled in the deployment configurations.

VerGuo commented 4 months ago

We meet the same problem... And get the error through yo command like below yo

The mta.yaml only below content

_schema-version: "3.2" ID: zproject3 description: Generated by Fiori Tools version: 0.0.1

parameters: enable-parallel-deployments: true deploy_mode: html5-repo

modules: []

resources: []

And no ui5-deploy.yaml general

VerGuo commented 4 months ago

We meet the same problem... And get the error through yo command like below yo

The mta.yaml only below content

_schema-version: "3.2" ID: zproject3 description: Generated by Fiori Tools version: 0.0.1

parameters: enable-parallel-deployments: true deploy_mode: html5-repo

modules: []

resources: []

And no ui5-deploy.yaml general

--> Copy @sap/generator-fiori from other's compute. It work ok...