cancel
Showing results for 
Search instead for 
Did you mean: 

sapui5 development learning journey

ben09
Explorer
0 Kudos

Hello I am currently following the this learning journey

https://learning.sap.com/learning-journey/develop-sapui5-applications/bootstrapping-sapui5_a5b2d3e2-...

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?

Accepted Solutions (1)

Accepted Solutions (1)

Schuan
Advisor
Advisor
0 Kudos

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

ben09
Explorer
0 Kudos
Hello Shuan, first of al lI should have marked this as resolved my bad, I've just followed the defaults as far as I could see &lt;script id="sap-ui-bootstrap" src="resources/sap-ui-core.js" data-sap-ui-theme="sap_fiori_3" data-sap-ui-libs="sap.m" data-sap-ui-compatVersion="edge" >&lt;/script&gt;, as suggested on. But yea I should have realised that ofcourse the src should be set as the example above https://ui5.sap.com/resources/sap-ui-core.js rather than just copy paste the sample.

Answers (0)