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
I can imagine solving this by simply (!) taking the non-dev dependency ([email protected]) and continuing without a fatal error, because dev deps should never change how the main code is built, but I don't like that solution because it just defers the problem. Better to die horribly and force the programmer to update dev deps to something compatible.
This is a terrible error message:
It needs to say what packages are requiring different major versions of the
strings
package.These are the current "dylox" dependencies:
dylox requires "strings" (i.e., strings@latest, i.e., [email protected]) and testworks requires [email protected], so a better message would be:
dependencies on conflicting major versions of the same package: "[email protected]" (via dylox) and "[email protected]" (via testworks).
Not sure what "(path: strings)" is about.
The text was updated successfully, but these errors were encountered: