Describe the bug
I upgraded to yarn 3.x and now I have a project that is showing this error
$ yarn install
➤ YN0000: ┌ Resolution step
➤ YN0002: │ @stoplight/spectral-cli@npm:6.3.0 doesn't provide rollup (p8903b), requested by @rollup/plugin-commonjs
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed
To Reproduce
Create a project with @stoplight/spectral-cli as a devDependency and run $ yarn install with the latest version of yarn.
Expected behavior
No peer dependency error
Environment (remove any that are not applicable):
Describe the bug
I upgraded to yarn 3.x and now I have a project that is showing this error
To Reproduce
Create a project with
@stoplight/spectral-clias a devDependency and run$ yarn installwith the latest version of yarn.Expected behavior
No peer dependency error
Environment (remove any that are not applicable):