mourner / rbush

RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to resolve dependency tree

ccorcos opened this issue · comments

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