You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: