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
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):
OS: macOS
The text was updated successfully, but these errors were encountered:
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-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):
The text was updated successfully, but these errors were encountered: