ddsultan

Results 10 comments of ddsultan

@RandomByte, are [these projects](https://ui5lab.io/browser/index.html) (UI5Lab.io) still valid for the current ui5 tooling

Could you guys please give me a guide or reference to build and install a simple resuable UI5 component as an NPM package? UI5 tooling v1 was following something more...

@kristian, thanks for sharing first of all. @RandomByte, is this problem also relevant for ui5 theme CSS files when built with self-contained flag?

I am also getting the same error. Any solutions or hints? I tried `NODE_EXTRA_CA_CERTS`, but no luck

> Also, this looks like the same root issue as #212, which mentions: > > > During verification process, when facing SSL problems, the following Error occurs: > > So...

Does anyone have the same problem as described above?

@jigetage, as it turns out that you need to specify `authtype login`, and the login and password should be of type string

Any news on this. How could one support on this?

A workaround (or even a solution) I have found is with [@Exclude](https://github.com/typestack/class-transformer#skipping-specific-properties) from [class-transformer](https://github.com/typestack/class-transformer). At first glance it is similar to DTOs. Just in case anyone is struggling (like me)