In my package.json, @sap/cds is change to ^7, npm install carried out and local build has no error.
But when deploying the package thru CICD, it fails at build step saying "cds: not found".
In mta.yaml, we have indicated as before build to execute "cds build" since we have written our CAPM in Typescript, but when building, it says "cds: not found". Any one got any ideas or encountered this and able to figure out?
Thanks!