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 newer versions of eslint #8

Open
pcarrier opened this issue Mar 20, 2022 · 0 comments
Open

Compatibility with newer versions of eslint #8

pcarrier opened this issue Mar 20, 2022 · 0 comments

Comments

@pcarrier
Copy link

Can't install with newer versions of eslint, like the latest 8.11.0:

$ npm i -D [email protected]
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: teeko-cc-ui@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^8.11.0" from teeko-cc-ui@undefined
npm ERR!   ui
npm ERR!     teeko-cc-ui@undefined
npm ERR!     node_modules/teeko-cc-ui
npm ERR!       workspace ui from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^4.0.0 || ^5.0.0" from [email protected]
npm ERR! node_modules/eslint-plugin-preact-i18n
npm ERR!   dev eslint-plugin-preact-i18n@"1.1.0" from teeko-cc-ui@undefined
npm ERR!   ui
npm ERR!     teeko-cc-ui@undefined
npm ERR!     node_modules/teeko-cc-ui
npm ERR!       workspace ui 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/pcarrier/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/pcarrier/.npm/_logs/2022-03-20T01_22_12_590Z-debug-0.log
pcarrier added a commit to pcarrier/teeko.cc that referenced this issue Mar 20, 2022
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

1 participant