rrag / react-stockcharts

Highly customizable stock charts with ReactJS and d3
http://rrag.github.io/react-stockcharts
MIT License
3.88k stars 958 forks source link

ERESOLVE unable to resolve dependency tree #778

Open gitty-git-git opened 3 years ago

gitty-git-git commented 3 years ago

Trying to install with npm install --save react-stockcharts. I instead get an error:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: frontend@0.1.0
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR!   react@"^17.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0 || ^16.0.0" from react-stockcharts@0.7.8
npm ERR! node_modules/react-stockcharts
npm ERR!   react-stockcharts@"*" 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.
JaktensTid commented 3 years ago

Try npm install react-stockcharts --force