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

[BUG] Incompatible Packages #42

Open
andre-vidal opened this issue Feb 23, 2023 · 0 comments
Open

[BUG] Incompatible Packages #42

andre-vidal opened this issue Feb 23, 2023 · 0 comments
Assignees

Comments

@andre-vidal
Copy link
Collaborator

Describe the bug
The @fortawesome/vue-fontawesome@^3.0.3 package is incompatible with the current vue2 framework version

To Reproduce
Steps to reproduce the behavior:

  1. Generate an rdvue project
  2. Install dependencies with npm install command
  3. See error log
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/vue
npm ERR!   vue@"^2.5.22" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue@">= 3.0.0 < 4" from @fortawesome/[email protected]
npm ERR! node_modules/@fortawesome/vue-fontawesome
npm ERR!   @fortawesome/vue-fontawesome@"^3.0.3" 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!
npm ERR! For a full report see:
npm ERR! C:\Users\AVidal\AppData\Local\npm-cache\_logs\2023-02-23T13_59_59_793Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\AVidal\AppData\Local\npm-cache\_logs\2023-02-23T13_59_59_793Z-debug-0.log

Expected behavior
Packages defined in the project template should be compatible with the framework version

Desktop:

  • OS: Windows, MacOS, Linux
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

2 participants