Closed Jogala closed 2 years ago
Thank you for sharing this finding. I've created an internal incident 2280023771. The status of the issue will be updated here in GitHub.
Dear @Jogala, Thank you for bringing this to our attention!
We updated the UI5 CLI version in the template apps to the latest v2.14.4 release. You can already download the updated templates from https://openui5nightly.hana.ondemand.com/demoapps
To test the setup, in the updated Master-Detail template please execute:
npm install
npm start
The application should come up, showing a list of mocked data entries. Please let us know in case you are running into any other issues. Thanks!
Fixed by 9c849307d36fc36a4b51eeeea6915f4a2d4a98db
I downloaded the Master-Detail Template App from https://sapui5.hana.ondemand.com/#/demoapps
Steps to reproduce:
npm install npm run build
throws error:
We can get over this error message by deleting the "@ui5/cli": "^1.0.0" line from package.json and
run npm install
to remove thje package, s.t. a newer globally installed ui5 version is used (1.14.0 on my system).Again run
npm run build
which generates:After the build is completed, we now run
npm run start
which shows:AND NOTHING HAPPENS, and it is not an issue of the port, I tried different ones by modifying the ui5.yaml file.
There is not error message thrown, just nothing. Also directly opening the e.g.
dist/test.html
does not work. The sap UI5 modules are not found! (security disabled flags set)I can however open
dist/test.html
in the browser, getting the example kind of running by using the online sapUI5 resources:It seems like the local paths are completely off.
Would you please fix your template app? It is completely broken.
Also, would you please include a README.md file?!!!
PS: Link to documentation is also broken!!!