Compare commits

...

4 Commits

Author SHA1 Message Date
i048695
f00e484dfc update npmrc
npm.sap.com is deprecated
2021-04-19 10:04:34 +02:00
Offer Shostak
aaafe52b01 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.
2021-02-17 14:52:38 +01:00
D065023
9591866112 version 2019-10-25 09:53:31 +02:00
johannes-vogel
e84792f122 Update README.md 2019-09-23 14:13:55 +02:00
4 changed files with 6 additions and 4 deletions

1
.npmrc
View File

@@ -1,2 +1 @@
@sap:registry=https://npm.sap.com
package-lock=false

View File

@@ -1,3 +1,3 @@
# Inital branch for CAA265 - Rapid Service Development with SAP Cloud Application Programming Model
# Initial branch for CAA265 - Rapid Service Development with SAP Cloud Application Programming Model
**DO NOT MERGE IN MASTER**
**DO NOT MERGE IN MASTER**

3
packages/.cdsrc.json Normal file
View File

@@ -0,0 +1,3 @@
{
"cds_version": "^3.17.4"
}

View File

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