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
While creating a new phoenix app {:phoenix, "~> 1.7.14"}
Trying to fetch ex_webrtc dependency
Because the lock depends on swoosh 1.16.9 which depends on req ~> 0.5 or ~> 1.0, the lock requires req ~> 0.5 or ~> 1.0.
And because bundlex >= 1.2.0 depends on req ~> 0.4.0, the lock is incompatible with bundlex >= 1.2.0.
And because ex_libsrtp >= 0.7.1 depends on bundlex ~> 1.3, the lock is incompatible with ex_libsrtp >= 0.7.1.
And because every version of ex_webrtc depends on ex_libsrtp ~> 0.7.1, the lock is incompatible with ex_webrtc.
And because your app depends on the lock, no version of ex_webrtc is allowed.
So, because your app depends on ex_webrtc ~> 0.3.0, version solving failed.
PS. the project is brain-new, the only dependency added after creating was ex_webrtc.
The text was updated successfully, but these errors were encountered:
mickel8
changed the title
Dependency error
Dependency conflict when using ex_webrtc in a new Phoenix project
Jul 2, 2024
While creating a new phoenix app
{:phoenix, "~> 1.7.14"}
Trying to fetch ex_webrtc dependency
PS. the project is brain-new, the only dependency added after creating was ex_webrtc.
The text was updated successfully, but these errors were encountered: