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:
committed by
Christian Georgi
parent
9591866112
commit
aaafe52b01
@@ -5,7 +5,7 @@
|
||||
"@sap/cds": "^3.17.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sqlite3": "^4.0.7"
|
||||
"sqlite3": "5.0.0"
|
||||
},
|
||||
"license": "ISC"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user