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

Ember v5.x compatibility #6

Closed
MichalBryxi opened this issue Sep 10, 2023 · 2 comments · Fixed by #7
Closed

Ember v5.x compatibility #6

MichalBryxi opened this issue Sep 10, 2023 · 2 comments · Fixed by #7
Assignees

Comments

@MichalBryxi
Copy link

.
└─┬ ember-heroicons 0.3.0
  └── ✕ unmet peer ember-source@"^3.28.0 || ^4.0.0": found 5.2.0
@gnclmorais
Copy link

+1, I just ran into this:

➤ ember install ember-heroicons


🚧  Installing packages... This might take a couple of minutes.
Command failed with exit code 1: npm install --save-dev --loglevel error ember-heroicons
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: exploud@0.0.0
npm ERR! Found: ember-source@5.1.2
npm ERR! node_modules/ember-source
npm ERR!   dev ember-source@"~5.1.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer ember-source@"^3.28.0 || ^4.0.0" from ember-heroicons@0.3.0
npm ERR! node_modules/ember-heroicons
npm ERR!   dev ember-heroicons@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/gnclmorais/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/gnclmorais/.npm/_logs/2023-09-13T20_28_04_011Z-debug-0.log

@gnclmorais
Copy link

Wow, thank you! I got to sleep, I wake up, and this is fixed so I can use it just a few hours later… You rock!

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

Successfully merging a pull request may close this issue.

3 participants