When trying to executing the exercise in this branch: https://github.com/SAP-samples/cloud-cap-samples/tree/CAA265-node-initial On machine with NODE 14 it failed. When bumping sqlite3 to 5.0.0 it works OK. Regards, Offer.
12 lines
183 B
JSON
12 lines
183 B
JSON
{
|
|
"name": "dev-env",
|
|
"author": "daniel.hutzel@sap.com",
|
|
"dependencies": {
|
|
"@sap/cds": "^3.17.4"
|
|
},
|
|
"devDependencies": {
|
|
"sqlite3": "5.0.0"
|
|
},
|
|
"license": "ISC"
|
|
}
|