SAP / ui5-tooling

An open and modular toolchain to develop state of the art applications based on the UI5 framework
https://sap.github.io/ui5-tooling
Apache License 2.0
466 stars 71 forks source link

Cannot run the app #805

Closed MuhammadAli94 closed 1 year ago

MuhammadAli94 commented 1 year ago

Expected Behavior

{need to be able to run the app using the command UI5 serve -o}

Current Behavior

{Failed to create a UI5 project from module grunt-build at C:\Users\user\VSC_code_Workspace\ehs.pma.prod.crr.mons1. Make sure the path is correct and a project configuration is present or supplied.}

Steps to Reproduce the Issue

1Stack Trace: Error: Failed to create a UI5 project from module grunt-build at C:\Users\user\VSC_code_Workspace\ehs.pma.prod.crr.mons1. Make sure the path is correct and a project configuration is present or supplied.
at projectGraphBuilder (file:///C:/Users/user/AppData/Roaming/npm/node_modules/@ui5/cli/node_modules/@ui5/project/lib/graph/projectGraphBuilder.js:120:9) at async graphFromPackageDependencies (file:///C:/Users/user/AppData/Roaming/npm/node_modules/@ui5/cli/node_modules/@ui5/project/lib/graph/graph.js:70:23) at async serve.handler (file:///C:/Users/user/AppData/Roaming/npm/node_modules/@ui5/cli/lib/cli/commands/serve.js:89:11)

If you think this is an issue of the UI5 Tooling, you might report it using the following URL: https://github.com/SAP/ui5-tooling/issues/new/choose

Context

Log Output / Stack Trace

{...}
d3xter666 commented 1 year ago

Hi @MuhammadAli94,

This error seems like an indicator that the ui5 serve -o command is executed in a project/place that does not contain a ui5.yaml file. If there's a ui5.yaml file, I could guess that the grunt-build task is run in the wrong context (it's run not from the project's root folder where ui5.yaml is located)

Could you provide more details about the project? Is the grunt-build script a packege.json?

Providing the ui5.yaml and the grunt-build task/script would give us a bit more context, so we do not play a guessing game.

Best regards

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has been open for 60 days with no activity. It will be closed in 10 days if no further activity occurs.