Closed
Description
Logs and screenshots
attempting to require this package in yarn v2:
successfully requiring this package after adding chalk as a dependency:
Versions
7.1.0
Describe the bug
yarn v2 is much stricter with packages. currently cypress-io/code-coverage has chalk as a devDependency but it is used as a regular dependency. yarn v2 fails to require chalk unless the calling package also declares chalk as a dependency.