You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Hello Experts, I am trying to create a SAP CAPM project and trying to deploy the cds artifact.
I am getting this error "[ERROR] No .cds models found, please specify one as an argument" when trying to run cds deploy --to sqlite, I also tried unset NODE_PATH still it didn't work.
I also tried giving full path of cds file still same error cds deploy --to sqlite:db/src/tables/promotions.cds
Kindly provide any suggestion
user: sap-ibp-promotions $ cds deploy --to sqlite
[ERROR] No .cds models found, please specify one as an argument
user: sap-ibp-promotions $ unset node_path
user: sap-ibp-promotions $ cds deploy --to sqlite:db/src/tables/promotions.cds
[ERROR] No .cds models found, please specify one as an argument
user: sap-ibp-promotions $ cds deploy --to sqlite:db
[ERROR] No .cds models found, please specify one as an argument
The text was updated successfully, but these errors were encountered:
in my case i was getting this error when i was not in direct directory where my db folder is available . once you are in directory where db folder is available this issue wont come @qmacro thanks for your contributions
Hello Experts, I am trying to create a SAP CAPM project and trying to deploy the cds artifact.
I am getting this error "[ERROR] No .cds models found, please specify one as an argument" when trying to run cds deploy --to sqlite, I also tried unset NODE_PATH still it didn't work.
I also tried giving full path of cds file still same error
cds deploy --to sqlite:db/src/tables/promotions.cds
Kindly provide any suggestion
user: sap-ibp-promotions $ cds deploy --to sqlite
[ERROR] No .cds models found, please specify one as an argument
user: sap-ibp-promotions $ unset node_path
user: sap-ibp-promotions $ cds deploy --to sqlite:db/src/tables/promotions.cds
[ERROR] No .cds models found, please specify one as an argument
user: sap-ibp-promotions $ cds deploy --to sqlite:db
[ERROR] No .cds models found, please specify one as an argument
The text was updated successfully, but these errors were encountered: