You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unzip the project, go to the project root and run npm i
Try to start the project with npm start
What is the expected result?
The project should start successfully.
What happens instead?
ui5 serve failed miserably.
Any other information?
> npm start
> sap.m.tutorial.walkthrough.30@1.0.0 start
> ui5 serve
⚠️ Process Failed With Error
Error Message:
Could not find required manifest.json for project sap.m.tutorial.walkthrough.30: ENOENT: no such file or directory, open 'C:\Users\I572233\Downloads\sap.m.tutorial.walkthrough.30\manifest.json'
For details, execute the same command again with an additional '--verbose' parameter
Apparently, the location of manifest.json is incompatible with the config of ui5.yaml, where it says:
webapp is configured to the project root, while manifest.json still lives inside the webapp folder.
Additional issues
After starting the downloaded demo project, the following error occurs.
Apparently, we don't have a resource folder like the online live project.
These issues plague almost every downloaded demo project in the tutorial and can confuse someone new to opnui5 and SAPUI5. Please fix the tutorial's downloadable demo code. Thanks!
The text was updated successfully, but these errors were encountered:
HymanZHAN
changed the title
Tutorial Bug: manifest.json is not living in the right directory
Tutorial Bug: Downloaded demo project doesn't work OOB
Aug 12, 2022
Hello @HymanZHAN,
Thank you for sharing this finding. I've created an internal incident 2280160353. The status of the issue will be updated here in GitHub.
Regards,
Konstantin
Steps to reproduce the problem:
npm inpm startWhat is the expected result?
The project should start successfully.
What happens instead?
ui5 servefailed miserably.Any other information?
Apparently, the location of
manifest.jsonis incompatible with the config ofui5.yaml, where it says:webappis configured to the project root, whilemanifest.jsonstill lives inside thewebappfolder.Additional issues
After starting the downloaded demo project, the following error occurs.
Apparently, we don't have a
resourcefolder like the online live project.These issues plague almost every downloaded demo project in the tutorial and can confuse someone new to opnui5 and SAPUI5. Please fix the tutorial's downloadable demo code. Thanks!
The text was updated successfully, but these errors were encountered: