Support NODE 14

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.
This commit is contained in:
Offer Shostak
2021-02-17 14:39:43 +02:00
committed by Christian Georgi
parent 9591866112
commit aaafe52b01

View File

@@ -5,7 +5,7 @@
"@sap/cds": "^3.17.4" "@sap/cds": "^3.17.4"
}, },
"devDependencies": { "devDependencies": {
"sqlite3": "^4.0.7" "sqlite3": "5.0.0"
}, },
"license": "ISC" "license": "ISC"
} }