SAP-samples / cloud-cap-risk-management

The SAP Risk Management example applications show how to deploy a CAP (SAP Cloud Application Programming model) application to Cloud Foundry and Kyma.
Apache License 2.0
67 stars 94 forks source link

mbt build fails #8

Closed d066471 closed 3 years ago

d066471 commented 3 years ago

Hi,

For the mitigation app, the @ui5/cli version is outdated in package.json and hence the build is failing. I think it has to be updated to 2.11.1 too like the risks app as the specVersion 2.4 in ui5-deploy.yaml does not resonates well with the ui5-cli version. See here: https://sap.github.io/ui5-tooling/pages/Configuration/#specification-versions

After updating the ui5 cli version, the build is passing.

Best regards, Brijesh

uwe-klinger commented 3 years ago

Hi Brijesh,

Thanks for raising this issue.

We have updated the tutorial to explain the required version change.

Best regards, Uwe