Created
August 1, 2024 05:24
-
-
Save BenMQ/521887ec856ae753f469530a5b5763e1 to your computer and use it in GitHub Desktop.
pnpm install peer conflict
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pnpm install [email protected] | |
WARN 2 deprecated subdependencies found: @humanwhocodes/[email protected], @humanwhocodes/[email protected] | |
Packages: +22 -30 | |
++++++++++++++++++++++------------------------------ | |
Progress: resolved 774, reused 763, downloaded 3, added 15, done | |
devDependencies: | |
- eslint 8.57.0 | |
+ eslint 9.0.0 (9.8.0 is available) already in devDependencies, was not moved to dependencies. | |
WARN Issues with peer dependencies found | |
. | |
├─┬ @typescript-eslint/parser 7.18.0 | |
│ └── ✕ unmet peer eslint@^8.56.0: found 9.0.0 | |
├─┬ eslint-plugin-import 2.29.1 | |
│ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.0.0 | |
└─┬ eslint-config-next 14.2.5 | |
├── ✕ unmet peer eslint@"^7.23.0 || ^8.0.0": found 9.0.0 | |
├─┬ @typescript-eslint/parser 6.21.0 | |
│ └── ✕ unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.0.0 | |
├─┬ eslint-plugin-import 2.29.1 | |
│ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.0.0 | |
├─┬ eslint-plugin-react-hooks 4.6.2 | |
│ └── ✕ unmet peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0": found 9.0.0 | |
├─┬ eslint-plugin-jsx-a11y 6.9.0 | |
│ └── ✕ unmet peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8": found 9.0.0 | |
└─┬ eslint-plugin-react 7.35.0 | |
└── ✕ unmet peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7": found 9.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment