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
Hey @woppa684 - thanks for reporting this. The dependency should be there, its a little silly but shouldn't have any effects. Unfortunately, some recent changes broke how that is specified, as it should be resolved to the same version as all of the other Nx deps. @JamesHenry and I are looking into it.
Current Behavior
I get peer dependency mismatches like these:
Also, the other way round,
@nrwl/angular
depends on@nx/angular
so that is also not very convenient.Expected Behavior
No issues with peer dependencies
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Nothing, apart from the peer dependency issue and the above output (by the way, running nx migrate does not do anything). Possibly related to #19314?
Package Manager Version
No response
Operating System
Additional Information
The dependencies of
@nx/angular
list@nrwl/angular
, that does not seem right, does it?https://www.npmjs.com/package/@nx/angular?activeTab=dependencies
The text was updated successfully, but these errors were encountered: