79384354

Date: 2025-01-24 12:37:25
Score: 2
Natty:
Report link

Yes, although not recommended, but when talking about dev dependencies I'd say it's okay do to it. However, when you want to use that root level dependency in your packages you have to run it with:

yarn run -T or yarn run --top-level

https://yarnpkg.com/cli/run

Discussion on whether it is bad or not:

https://www.reddit.com/r/javascript/comments/9t6yht/yarn_workspaces_why_is_adding_something_to_the/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BratZdenko