ui5-community / create-wdi5

quick bootstrap for using wdi5 (wdio-ui5-service)
Apache License 2.0
7 stars 1 forks source link

Problem with custom command line options in wdi5's "init" function. #10

Open rbrainey opened 5 months ago

rbrainey commented 5 months ago

Just a heads-up: there's a wdi5 setup tutorial in the SAP Developer Center. I was running through it and encountered a problem with "npm init wdi5@latest -- ..." on step 10 (reported here with full error transcript: https://github.com/sap-tutorials/btp-foundation/issues/81). I will be reaching out to the tutorial author to sort it out, but the root cause does seem to be somewhere inside wdi5 (probably a corner case based on the custom command line options required in the tutorial).

I'll keep you posted, but it might be worth a look by one of y'all.

vobu commented 5 months ago

thanks for the heads up here @rbrainey! i knew it would backfire not to write proper unit tests for the cmd line switches 🧨 anyway, let us know how things pan out (or bolt in 'em fixes for the cmd line options via a PR 😸 )