on 2023 Oct 26 9:44 AM
Hello I am currently following the this learning journey
but when I try to bootstrap it in loading and intializing, and i do not get any sort of output in the html when I run the command "npm run start-noflp" even though I have tried to import the git branch https://github.com/SAP-samples/sapui5-development-learning-journey/blob/sol/2_bootstrapping/webapp/i...
I import it, then run npm install and then "npm run start-noflp" yet the html page which opens is empty?
Request clarification before answering.
Hi,
can you please give more Information about your problem ? Which Development Enviroment you are using ?
If you have problems loading the SAPUI5 Core file, you can try to load the Core via Content Deliviere Network.
For Example:
<script
id="sap-ui-bootstrap"
src="https://ui5.sap.com/resources/sap-ui-core.js"
data-sap-ui-theme="sap_fiori_3"
data-sap-ui-libs="sap.m"
data-sap-ui-compatVersion="edge"
></script>
Best Regards,
Schuan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
5 | |
4 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.