`aegir check` emits "Dependencies duplication" when dependencies are correct
meandavejustice opened this issue · 1 comments
Describe the bug
When running aegir check
I'm getting a message of "Dependencies duplication" in red. When I do not have duplicate dependencies.
Unsure if aegir
is misreading my dependencies, or I'm misunderstanding the intent of the messaging
To Reproduce
Steps to reproduce the behavior:
- run
aegir check
- See error
Expected behavior
Did not expect error message when there are no duplicate deps.
Desktop (please complete the following information):
- OS: WSL2 (Windows 11)
- Browser: N/A
- Version: 37.5.4
Additional context
Setting up a fresh project. Have already ran check-aegir-project
to fix up package.json
before encountering this error.
This isn't an error, it just prints out Dependencies duplication
in red.
Granted the DX is quite poor, it could just not print anything if there are no duplicate dependencies and/or not use red.
The relevant code is here if you'd like to open a PR?