New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAP HANA XS Advanced, Creating a Node.js Module #5065
Comments
|
After lots of troubleshooting, I changed Node.js package.json file sections like below and it solved the problem "devDependencies": { "@sap/xsjs-test": "^2.0.16" } "engines": { "node": "8.x" } |
|
There are similar instructions in the tutorial: Are you saying that those versions did not work for you and you had to go back to these older versions? If so what release of HANA/XSA/Web IDE are you running. The tutorial was tested with the versions shown and described on HANA Express 2.0 SPS 04 and did work. |
|
Hello Thomas, Information about my system: SAP WEB IDE Version: HANA Version: 2.00.040.00.1553674765 (fa/hana2sp04) |
Tutorial URL: https://developers.sap.com/tutorials/xsa-xsjs-xsodata.html
Please specify the step you are referring to
Step 6 - Execute the xsjs module
I've been following all steps from Developers Tutorial to create a small XSA application, but when I try to start XSJS_CORE, I am getting the error below:
Running module /HANA_APP/core_xsjs failed. See console logs for more details. Cannot read property '_addUrlAsLink' of undefined
There are two posts about this very same error in SAP Forum, but without answer
https://answers.sap.com/questions/13013034/sap-hana-express-20-sps04-nodejs-xsjs-run-error-ad.html
https://answers.sap.com/questions/12945938/full-authentication-is-required-to-access-this-res.html
The text was updated successfully, but these errors were encountered: