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
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.