Version of node.js
engine v8.x
in SAP HANA XS
. But when I make this value 10.x I get the error.
The package.json
in the Node.js
application looks like this:
{
"name": "server",
"version": "1.0.0",
...,
"dependencies": {
"@sap/hana-client": "^2.4.144",
"express": "^4.15.0"
},
"engines": {
"node": "8.x"
}
}