hardcode squlite version because version 5.0.1 cant't be installed.

This commit is contained in:
Oliver Schmidt
2021-01-25 14:52:04 +00:00
parent ad9a374381
commit e3159afdc2
2 changed files with 2029 additions and 1 deletions

2027
packages/bookshop/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,8 @@
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"@sap/cds": "^3",
"express": "^4"
"express": "^4",
"sqlite3": "^5.0.0"
},
"scripts": {
"start": "cds run --in-memory?",