You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #456, the latest version of loopback-connector-postgresql refers to loopback-connector v5, but the latest version of loopback-datasource-juggler refers to loopback-connector v4, resulting in two different versions having to be installed at the same time.
It seems it's necessary to release a new version of loopback-datasource-juggler with updated dependencies to address this.
The text was updated successfully, but these errors were encountered:
it seems like a fairly big problem to have two incompatible versions running together?
As far as I know, it's fine to have multiple versions of the same module installed in the same project. In LoopBack, we go quite far to ensure our code is designed to handle multiple versions of the same module installed.
Is there any particular issue you are running into?
Having said that, I agree we should update loopback-datasource-juggler to use the latest version of loopback-connector too, I'll open a pull request soon.
Opening this issue as requested #456 (comment)
Following #456, the latest version of
loopback-connector-postgresql
refers toloopback-connector
v5, but the latest version ofloopback-datasource-juggler
refers toloopback-connector
v4, resulting in two different versions having to be installed at the same time.It seems it's necessary to release a new version of
loopback-datasource-juggler
with updated dependencies to address this.The text was updated successfully, but these errors were encountered: