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
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
The text was updated successfully, but these errors were encountered:
pcarrier
added a commit
to pcarrier/teeko.cc
that referenced
this issue
Mar 20, 2022
Can't install with newer versions of eslint, like the latest 8.11.0:
The text was updated successfully, but these errors were encountered: