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

Compatibility with ESLint 9.x #3002

Closed
TylerVigario opened this issue Apr 15, 2024 · 2 comments
Closed

Compatibility with ESLint 9.x #3002

TylerVigario opened this issue Apr 15, 2024 · 2 comments

Comments

@TylerVigario
Copy link

npm update  
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: n2words@1.20.0
npm ERR! Found: eslint@9.0.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^9.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" from eslint-plugin-import@2.29.1
npm ERR! node_modules/eslint-plugin-import
npm ERR!   dev eslint-plugin-import@"^2.29.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!
npm ERR! For a full report see:
npm ERR! NUNYA\AppData\Local\npm-cache\_logs\2024-04-15T23_28_49_465Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: NUNYA\AppData\Local\npm-cache\_logs\2024-04-15T23_28_49_465Z-debug-0.log
@ljharb
Copy link
Member

ljharb commented Apr 15, 2024

The peer deps clearly state that eslint 9 is not yet supported, so you can't upgrade to it yet.

Duplicate of #2948.

@ljharb ljharb closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
@TylerVigario
Copy link
Author

Shoot, I didn't see that for some reason. Thanks for pointing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants