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

Dependency error during installation #825

Open
hsafari opened this issue Sep 17, 2023 · 7 comments
Open

Dependency error during installation #825

hsafari opened this issue Sep 17, 2023 · 7 comments

Comments

@hsafari
Copy link

hsafari commented Sep 17, 2023

Hi
How do I fix it please? I'm not expert in Java and NPM

ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0 || ^16.0.0" from [email protected]
npm ERR! node_modules/react-stockcharts
npm ERR! react-stockcharts@"^0.7.8" from the root project
npm ERR!

@gnaneshwar718
Copy link

gnaneshwar718 commented Sep 23, 2023

hi i will fix this error ,so anyone who comes this across later
i am already working on it
i will send pr when it is done

@hsafari
Copy link
Author

hsafari commented Sep 24, 2023

Thank you very much Ganeshwar.

@gnaneshwar718
Copy link

gnaneshwar718 commented Sep 24, 2023

there was no problem, the react scrips version is outdated you can fix it by running
npm install [email protected]

@hsafari
Copy link
Author

hsafari commented Sep 24, 2023

It seems too complected for me. multiple errors again. I tried to remove/uninstall all but slit the same error. I wish the package had a complete dependency/steps document for installation that everyone can check one by one and then run the react-stock-chart.

..:~$ npm install [email protected]
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/react
npm WARN react@"16.0.0" from the root project
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@"^18.2.0" from [email protected]
npm WARN node_modules/react-dom
npm WARN react-dom@"^18.2.0" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/react
npm WARN react@"16.0.0" from the root project
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@"^15.0.0" from [email protected]
npm WARN node_modules/react-stockcharts
npm WARN react-stockcharts@"^0.6.1" from the root project
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react-dom
npm ERR! react-dom@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-dom@"^15.0.0" from [email protected]
npm ERR! node_modules/react-stockcharts
npm ERR! react-stockcharts@"^0.6.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react-dom
npm ERR! peer react-dom@"^15.0.0" from [email protected]
npm ERR! node_modules/react-stockcharts
npm ERR! react-stockcharts@"^0.6.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!

@gnaneshwar718
Copy link

I will check it out once

@dcnc336
Copy link

dcnc336 commented Oct 17, 2023

There was same issues for me
I think react-stockcharts library isn't enable for over react version +17
Please downgrade react version with 16

Here is way to downgrade from 18 to 16
update react libraries version with 16

"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "5.0.1",
"@testing-library/react": "^12.0.0",

delete node_modules folder and run npm install

and can install react-stockcharts library, it worked for me

@hsafari
Copy link
Author

hsafari commented Oct 18, 2023

Thank you dcnc336. I'll try to do the same as you said.

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

3 participants