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 69 forks source link

Add "health check" to detect inconsistencies #112

Open matz3 opened 5 years ago

matz3 commented 5 years ago

Some kind of health check should be really helpful to detect common mistakes such as

It might be better to do such checks implicitly rather than introducing a new command.

OmPrakashJha1987 commented 3 years ago

Hi All,

When we are trying to deploy the application locally it's working fine but CI/CD pipeline is failing with below error. Please have a look below.

Error Message: [2021-03-19T13:44:58.289Z] info mtaBuild - [npm translator] Could not locate module @sap/ui5-builder-webide-extension via resolve logic (error: Cannot find module '@sap/ui5-builder-webide-extension/package.json' from '/home/jenkins/agent/workspace/paljob/app/maintaincharge') or in a collection [2021-03-19T13:44:58.298Z] info mtaBuild -

Regards, Om

RandomByte commented 3 years ago

Hi Om,

The @sap/ui5-builder-webide-extension module is not part of the UI5 Tooling project.

Please reach out to SAP support directly: https://support.sap.com/

If you still think this might be related to the UI5 Tooling project, please create a dedicated issue, since it's most probably not related to this feature request.

PieterAtFlexso commented 2 years ago

If there is anyone out there still having this error, for me it was solved by clearing the cache 'npm clear cache --force' and run 'npm i' again.