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

qwik: unable to resolve dependency tree #83

Open
bbigras opened this issue May 25, 2023 · 0 comments
Open

qwik: unable to resolve dependency tree #83

bbigras opened this issue May 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bbigras
Copy link

bbigras commented May 25, 2023

Describe the bug

❯ npm install @papanasi/qwik
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: my-qwik-basic-starter@undefined
npm ERR! Found: @builder.io/[email protected]
npm ERR! node_modules/@builder.io/qwik
npm ERR!   dev @builder.io/qwik@"^1.1.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @builder.io/qwik@"^0.x" from @papanasi/[email protected]
npm ERR! node_modules/@papanasi/qwik
npm ERR!   @papanasi/qwik@"*" 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! /home/bbigras/.npm/_logs/2023-05-25T18_19_32_036Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/bbigras/.npm/_logs/2023-05-25T18_19_32_036Z-debug-0.log

To Reproduce
Steps to reproduce the behavior:

  1. npm create qwik@latest
  2. npm install @papanasi/qwik

Expected behavior

Screenshots

Desktop (please complete the following information):

  • OS: nixos
❯ node --version
v18.16.0
❯ npm --version
9.5.1

Additional context

@CKGrafico CKGrafico added the bug Something isn't working label May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants