Merlin Beutlberger

Results 176 comments of Merlin Beutlberger

Thank you. The verbose logging still didn't get passed to the UI5 Tooling. Could you please try the following command and share the output? ~`UI5_LOG_LEVEL=silly npm run deploy`~ ``` UI5_LOG_LVL=silly...

My apologies, I mistyped. It should be **UI5_LOG_LVL** (not UI5_LOG_LEVEL). Could you please try one more time with the command below? ```sh UI5_LOG_LVL=silly npm run deploy ``` The log might...

Thank you Imran. It looks like your project already contains files ending with `.map` as well as files ending with `-dbg.js` and even a `Component-preload.js` file. All of these are...

I think @flovogt already informed you in a chat, but basically we hope to cover such scenarios as part of https://github.com/SAP/ui5-tooling/pull/1036. https://github.com/SAP/ui5-tooling/pull/612 already goes into this direction and will eventually...

Thanks again for your contribution. We are currently discussing several options in the team on how to proceed with HTTPS support in UI5 CLI. Since this is a breaking change,...

I see, thanks. We hope we can provide a solution for current Node.js versions in UI5 CLI v5, one way or another.