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

cds run call is deprecated and has to be replaced by cds-serve #36

Closed C5324260 closed 7 months ago

C5324260 commented 8 months ago

Hi Team We are from last Mile Testing Team We run the Risk analytics automation test suit where we use your repository https://github.com/SAP-samples/cloud-cap-risk-management/tree/launchpad-service https://github.com/SAP-samples/cloud-cap-risk-management/tree/analytics

We are facing a different issue now when deployment of application is getting failed with CDS not found error. As in package.json = "start": "cds run", command is deprecated in latest version of CDS so we need to change to "scripts": { "start": "cds-serve",

https://cap.cloud.sap/docs/node.js/cds-server#cli-command-cds-serve

Please have a look and change the required one

Regards, Vinay C

smahati commented 8 months ago

Hi Vinay,

I'll make the change.

Thanks for reporting!

smahati commented 8 months ago

Done. best regards, Maha

smahati commented 7 months ago

closing as this was done.