Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peer Dependencies incorrectly satisfied #199

Open
stormojm opened this issue Aug 10, 2022 · 0 comments
Open

Peer Dependencies incorrectly satisfied #199

stormojm opened this issue Aug 10, 2022 · 0 comments

Comments

@stormojm
Copy link

I am currently in process of updating a repository to Yarn 2. They surface a new warning when peer dependencies are not met correctly:

YN0002: │ load-grunt-config@npm:4.0.1 doesn't provide grunt (p20905), requested by jit-grunt
YN0002: │ load-grunt-config@npm:4.0.1 doesn't provide grunt (p0d729), requested by load-grunt-tasks

This occurs even if you have grunt in your package's devDependency list. The fix is to add grunt into the peerDependencies of load-grunt-config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant