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

conflicting peer: rollup #55

Open
NullVoxPopuli opened this issue Jul 9, 2022 · 0 comments
Open

conflicting peer: rollup #55

NullVoxPopuli opened this issue Jul 9, 2022 · 0 comments

Comments

@NullVoxPopuli
Copy link
Contributor

I'm doing a mass upgrade of my empress site -- and am just reporting some things I'm running in to:

 WARN  Issues with peer dependencies found
.
└─┬ empress-blog-casper-template
  └─┬ ember-responsive-image
    ├─┬ @rollup/plugin-commonjs
    │ ├── ✕ missing peer rollup@^2.38.3
    │ └─┬ @rollup/pluginutils
    │   └── ✕ missing peer rollup@^1.20.0||^2.0.0
    ├─┬ @rollup/plugin-node-resolve
    │ └── ✕ missing peer rollup@^1.20.0
    └─┬ rollup-plugin-terser
      └── ✕ missing peer rollup@^2.0.0
✕ Conflicting peer dependencies:
  rollup  

After installing rollup in my app (due to the missing peer message) ( and I don't know what it would be used for):

└─┬ empress-blog-casper-template
  └─┬ ember-responsive-image
    └─┬ @rollup/plugin-node-resolve
      └── ✕ unmet peer rollup@^1.20.0: found 2.76.0

seems ember-responsive-image needs some old rollup

Is this some build time behavior that runs in empress apps? or is it an accidental leak? (solved by adding rollup as a dependency in ember-responsive-image?)

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