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

Package dependency issue #11

Open
fafrd opened this issue Nov 10, 2023 · 1 comment
Open

Package dependency issue #11

fafrd opened this issue Nov 10, 2023 · 1 comment

Comments

@fafrd
Copy link

fafrd commented Nov 10, 2023

npm install doesn't work:

/tmp/terminalquest-main % npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @electron/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/electron
npm ERR!   electron@"^11.5.0" from the root project
npm ERR!   peer electron@"*" from @jest-runner/[email protected]
npm ERR!   node_modules/@jest-runner/electron
npm ERR!     dev @jest-runner/electron@"^3.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer electron@">= 13.0.0" from @electron/[email protected]
npm ERR! node_modules/@electron/remote
npm ERR!   @electron/remote@"^2.0.9" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/electron
npm ERR!   peer electron@">= 13.0.0" from @electron/[email protected]
npm ERR!   node_modules/@electron/remote
npm ERR!     @electron/remote@"^2.0.9" 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/kian/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/kian/.npm/_logs/2023-11-10T22_50_33_289Z-debug-0.log

I'm able to work around this with npm install --legacy-peer-deps though

@N0TRIA
Copy link

N0TRIA commented Nov 12, 2023

I'm having the same trouble and I don't know how get over it properly.

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