on ‎2019 Nov 06 6:30 AM
In this Tutorial:
https://developers.sap.com/tutorials/cp-apm-nodejs-create-service.html
Step 7.2 : Deploy the data model to an SQLite database:
cds deploy --to sqlite:db/my-bookshop.db
How to do that ?
I am getting Errors..error-1.jpgerror-2.jpg
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Both commands need to be executed within the created CAP project. Doesn't seem you are executing them in the CAP project directory.
npm install -D sqlite3
cds deploy --to sqlite:db/my-bookshop.db
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.