Greenstand / Greenstand/treetracker-admin-client
Webpack dependency conflict when using npm
- Dominant language
- JavaScript
- Stars
- 36
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
I get this log when I use npm:
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: treetracker-admin-client@1.96.0
npm ERR! Found: webpack@5.73.0
npm ERR! node_modules/webpack
npm ERR! peer webpack@">=2" from babel-loader@8.2.5
npm ERR! node_modules/babel-loader
npm ERR! peerOptional babel-loader@"^=8.x" from cypress-react-unit-test@4.17.2
npm ERR! node_modules/cypress-react-unit-test
npm ERR! dev cypress-react-unit-test@"^4.3.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional webpack@"^=3.x" from cypress-react-unit-test@4.17.2
npm ERR! node_modules/cypress-react-unit-test
npm ERR! dev cypress-react-unit-test@"^4.3.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! See /Users/###/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/###/.npm/_logs/2022-06-17T08_57_46_966Z-debug-0.log
```
I'm on a Mac, and my fork is up-to-date.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.