Closed mhp-borisbojic closed 2 months ago
Those packages are installed as dependencies of their @nx/
counterparts so that we maintain the NPM stats. They should not be misaligned so the warning is informing you of something you should still resolve. So this is still intended behavior.
I believe you found the issue here that @nx-extend/terraform
is causing the misalignment. Please reach out to them at https://github.com/TriPSs/nx-extend and see if they can resolve the issue.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
When doing an
nx report
, it wells me that e.g.@nrwl/workspace
should match my installed version of NX, which is odd:@nrwl/workspace
in my package.json@nrwl/workspace
was renamed to@nx/workspace
anywayExpected Behavior
Don't see any reference or report in regards to
@nrwl
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Package Manager Version
yarn 4.0.0
Operating System
Additional Information
No response