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

Unable to resolve dependency tree #137

Closed
ccorcos opened this issue Dec 18, 2023 · 0 comments · Fixed by #138
Closed

Unable to resolve dependency tree #137

ccorcos opened this issue Dec 18, 2023 · 0 comments · Fixed by #138
Labels
dependencies Pull requests that update a dependency file

Comments

@ccorcos
Copy link

ccorcos commented Dec 18, 2023

Hey there, I forked this library to add some features. My first npm install gave this error. I had to use npm install --force. Not sure how much you're worried about that, but just thought I'd let you know!

rbush ❯❯❯ npm i                                                                                                                                                                                                                         master
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: rbush@3.0.1
npm ERR! Found: rollup@2.2.0
npm ERR! node_modules/rollup
npm ERR!   dev rollup@"^2.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer rollup@"^1.20.0" from @rollup/plugin-buble@0.21.1
npm ERR! node_modules/@rollup/plugin-buble
npm ERR!   dev @rollup/plugin-buble@"^0.21.1" 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! /Users/chet/.npm/_logs/2023-12-18T20_18_52_674Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /Users/chet/.npm/_logs/2023-12-18T20_18_52_674Z-debug-0.log
@mourner mourner added the dependencies Pull requests that update a dependency file label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants