Closed mrsimpson closed 5 years ago
Hi mrsimpson,
glad that you like it :)
It appears that the latest SAPUI5 sdk (https://sapui5.hana.ondemand.com/) does not provide schemas on CDN. Anyways schemas are still accessible when using a dedicated version (e.g. https://sapui5.hana.ondemand.com/1.65.1) or the openui5 sdk (https://openui5.hana.ondemand.com/).
So to workaround this for now you can either load a dedicated version:
$ npx ui5-schemas --version 1.65.1
or load the schemas from openui:
$ npx ui5-schemas --sdk openui5
I have been working on a fix but ended up rewriting the whole thing which of course is a much bigger effort and still continues... Hope that helps for now.
BR Chris
A shortdump says more than 100 words:
Thanks for the effort of providing this, if it works, it's a must ;)