mean-expert-official / loopback-sdk-builder

Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Other
399 stars 178 forks source link

Normalized paths not respected #551

Open Nosfistis opened 6 years ago

Nosfistis commented 6 years ago

What type of issue are you creating?

What version of this module are you using?

Write other if any:

Please add a description for your issue:

When using "normalizeHttpPath": true in loopback's config.json the generated functions in services no longer respect it (e.g. findOne -> find-one, MyModel -> my-model). This didn't occur in 2.0.x afaik.

However, I cannot reproduce since installing 2.0.x versions gives me error:

Cannot find module './drivers/ng2web/storage.driver.ejs'