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

Incompatibility with latest eslint #72

Closed
pjg opened this issue Mar 17, 2022 · 1 comment
Closed

Incompatibility with latest eslint #72

pjg opened this issue Mar 17, 2022 · 1 comment

Comments

@pjg
Copy link

pjg commented Mar 17, 2022

I cannot install eslint-config-standard-react when using latest eslint (v8.11.0).

What version of this package are you using?

None.

What operating system, Node.js, and npm version?

node v16.14.1
npm v8.5.0

What happened?

☹ npm install eslint-config-standard-react
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^8.11.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.12.1" from [email protected]
npm ERR! node_modules/eslint-config-standard-react
npm ERR!   eslint-config-standard-react@"*" 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/xxx/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/xxx/.npm/_logs/2022-03-17T13_08_25_292Z-debug-0.log


☹ npm install eslint-config-standard-react@next                                                                                                                                 
npm ERR! code ETARGET
npm ERR! notarget No matching version found for eslint-config-standard-react@next.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/xxx/.npm/_logs/2022-03-17T13_08_41_872Z-debug-0.log

What did you expect to happen?

Package being installed/added to package.json.

Are you willing to submit a pull request to fix this bug?

I don't feel competent enough.

@theoludwig
Copy link

Thanks for your report!

This has already been fixed, but not released yet.
Ref: #69

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

No branches or pull requests

2 participants