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

npm install on issue-tracker fails #198

Open
rafasanmartinez opened this issue Oct 30, 2021 · 1 comment
Open

npm install on issue-tracker fails #198

rafasanmartinez opened this issue Oct 30, 2021 · 1 comment

Comments

@rafasanmartinez
Copy link

After checking out the repository and moving to the issue-tracker folder, npm install fails

PS C:\Users\Rafa\Documents\Learning\Relay\relay-examples\issue-tracker> npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: issue-tracker@0.1.0
npm ERR! Found: react@0.0.0-experimental-f42431abe
npm ERR! node_modules/react
npm ERR!   react@"0.0.0-experimental-f42431abe" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0 || ^16.0.0" from react-markdown@4.3.1
npm ERR! node_modules/react-markdown
npm ERR!   react-markdown@"^4.2.2" 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 C:\Users\Rafa\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Rafa\AppData\Local\npm-cache\_logs\2021-10-30T08_43_23_781Z-debug.log
@shish
Copy link

shish commented Feb 6, 2023

Still hitting this issue in 2023. Making the dependencies match up seems to let it install, no idea if it works

-    "react": "0.0.0-experimental-f42431abe",
-    "react-dom": "0.0.0-experimental-f42431abe",
+    "react": "^16.0.0",
+    "react-dom": "^16.0.0",

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