npm loopback-datasource-juggler 2.54.1
2.54.1 (LTS)

latest releases: 5.0.9, 5.0.8, 5.0.7...
7 years ago

Fix datasource to report connector-loading errors

When resolving full connector path, all errors used to be ignored. As a result, when the connector was installed but not correctly built (e.g. loopback-connector-db2 which uses a native addon), a very confusing message was reported by LoopBack.

We fixed the code handling require() errors to ignore only MODULE_NOT_FOUND errors that contain the name of the required module.

Don't miss a new loopback-datasource-juggler release

NewReleases is sending notifications on new releases.