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

WARN  Issues with peer dependencies found #1030

Open
denghejun opened this issue Feb 17, 2025 · 1 comment
Open

WARN  Issues with peer dependencies found #1030

denghejun opened this issue Feb 17, 2025 · 1 comment

Comments

@denghejun
Copy link

denghejun commented Feb 17, 2025

WARN  Issues with peer dependencies found
.
├─┬ react-quill 2.0.0
│ └── ✕ unmet peer react-dom@"^16 || ^17 || ^18": found 19.0.0-rc-fb9a90fa48-20240614
├─┬ @umijs/max 4.4.5
│ ├─┬ @umijs/plugins 4.4.5
│ │ ├─┬ @tanstack/react-query 4.36.1
│ │ │ └── ✕ unmet peer react-dom@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-fb9a90fa48-20240614
│ │ ├─┬ @tanstack/react-query-devtools 4.36.1
│ │ │ └── ✕ unmet peer react-dom@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-fb9a90fa48-20240614
│ │ ├─┬ react-redux 8.1.3
│ │ │ └── ✕ unmet peer react-dom@"^16.8 || ^17.0 || ^18.0": found 19.0.0-rc-fb9a90fa48-20240614
│ │ ├─┬ @ahooksjs/use-request 2.8.15
│ │ │ └── ✕ unmet peer react@"^16.8.0 || ^17.0.0": found 18.3.1
│ │ ├─┬ react-intl 3.12.1
│ │ │ └── ✕ unmet peer react@^16.3.0: found 18.3.1
│ │ └─┬ dva-loading 3.0.25
│ │ └── ✕ unmet peer dva-core@"^1.1.0 || ^1.5.0-0 || ^1.6.0-0": found 2.0.4 in @umijs/plugins
│ ├─┬ umi 4.4.5
│ │ └─┬ @umijs/renderer-react 4.4.5
│ │ └─┬ react-helmet-async 1.3.0
│ │ └── ✕ unmet peer react-dom@"^16.6.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-fb9a90fa48-20240614
│ └─┬ @umijs/lint 4.4.5
│ └─┬ @typescript-eslint/parser 5.62.0
│ └── ✕ unmet peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0": found 9.20.1
├─┬ dva 2.5.0-beta.2
│ ├── ✕ unmet peer react-dom@"15.x || ^16.0.0-0": found 19.0.0-rc-fb9a90fa48-20240614
│ ├── ✕ unmet peer react@"15.x || ^16.0.0-0": found 18.3.1
│ └─┬ react-redux 5.1.2
│ └── ✕ unmet peer react@"^0.14.0 || ^15.0.0-0 || ^16.0.0-0": found 18.3.1
├─┬ @suspensive/react-query 2.14.0
│ ├─┬ @suspensive/react-query-4 2.18.12
│ │ ├── ✕ unmet peer @suspensive/react@^2.18.12: found 2.14.0
│ │ └── ✕ unmet peer @tanstack/react-query@^4: found 5.66.3
│ └─┬ @suspensive/react-query-5 2.18.12
│ └── ✕ unmet peer @suspensive/react@^2.18.12: found 2.14.0
├─┬ react-activation 0.12.4
│ └─┬ create-react-context 0.3.0
│ └── ✕ unmet peer react@"^0.14.0 || ^15.0.0 || ^16.0.0": found 18.3.1
├─┬ react-dom 19.0.0-rc-fb9a90fa48-20240614
│ └── ✕ unmet peer [email protected]: found 18.3.1
└─┬ umi 4.4.5
└─┬ @umijs/lint 4.4.5
├─┬ @babel/eslint-parser 7.23.3
│ └── ✕ unmet peer eslint@"^7.5.0 || ^8.0.0": found 9.20.1
├─┬ @typescript-eslint/eslint-plugin 5.62.0
│ ├── ✕ unmet peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0": found 9.20.1
│ └─┬ @typescript-eslint/type-utils 5.62.0
│ └─┬ @typescript-eslint/utils 5.62.0
│ └── ✕ unmet peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0": found 9.20.1
├─┬ eslint-plugin-jest 27.2.3
│ └── ✕ unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.20.1
├─┬ eslint-plugin-react 7.33.2
│ └── ✕ unmet peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8": found 9.20.1
└─┬ eslint-plugin-react-hooks 4.6.0
└── ✕ unmet peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0": found 9.20.1

how to resolve this issue?

@kapsi1
Copy link

kapsi1 commented Feb 18, 2025

npm i --legacy-peer-deps

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