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

Tutorial -CAP BIZ Service with Node.js and VS code

AppMan
Explorer
0 Likes
649

I am referring to the URL:

https://developers.sap.com/tutorials/cp-apm-nodejs-create-service.html#8cd90623-e439-4bd4-bbf5-49c72...

Please get back to me with the following feedback:

C:\>cds deploy --to sqlite:db/my-bookshop.db Error: No .cds models found, please specify one as an argument at Object.deploy (C:\Users\@sap\cds-dk\bin\deploy\index.js:103:26) at async Object.exec (..@sap\cds-dk\bin\cds.js:50:16)

C:\>C:\sqlite\sqlite3 db/my-bookshop.db -cmd .dump 'C:\sqlite\sqlite3' is not recognized as an internal or external command, operable program or batch file.

Failing @ step 8 My sqlite installation went well but this cmd fails.

View Entire Topic
martinstenzig
Contributor
0 Likes

You are likely in the incorrect folder. It looks like you are executing the command in the root directory, even though you should change to the root of your project (the folder that has the \db \app and \srv folders underneath it.