hardcode squlite version because version 5.0.1 cant't be installed.
This commit is contained in:
2027
packages/bookshop/package-lock.json
generated
Normal file
2027
packages/bookshop/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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?",
|
||||
|
||||
Reference in New Issue
Block a user