civiccc / civiccc/react-waypoint
Unable to resolve dependency tree
- Dominant language
- JavaScript
- Stars
- 4k
- Forks
- 206
- PR merge metrics
- No merged PRs in 30d
Description
Hey, I'm getting those errors when trying to install this module:
```
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: material_dash@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.3.0 || ^16.0.0" from react-waypoint@9.0.3
npm ERR! node_modules/react-waypoint
npm ERR! react-waypoint@"*" 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.
```
Is that because the react version? React 17 is not supported?
Contributor guide
Research direction
Start by reproducing the reported npm install failure with React 17.0.1 and react-waypoint@9.0.3, then inspect the package dependency metadata and existing project configuration. Done means the supported React versions and the required dependency change are documented or confirmed by a passing installation test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100