cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CAP Multi-tenant App Deployment Failing: CDS not found

Syed
Active Participant
0 Kudos
1,635

Hi,

I am trying to deploy SAP CAP Multi-tenant application, while deploying the app my app got crashed with error as ERR sh:1:cds:not found.

In package.json file already required dependencies are there.

 

What could be the issue?

Regards,

Syed

Accepted Solutions (1)

Accepted Solutions (1)

Willem_Pardaens
Product and Topic Expert
Product and Topic Expert

"cds run" is a sap/cds-dk command which is not available in runtime. You should change this to "cds-serve" (see: https://cap.cloud.sap/docs/releases/archive/2023/jun23#use-cds-serve-as-start-script)

Syed
Active Participant
0 Kudos
Thank you.

Answers (0)