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
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
...
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^5.0.0" from @typescript-eslint/parser@1.11.0
This rules out the supported use of ESLint 4 for dev tests in the repository. It is also a handicap for moving to a supported version of Node.js 18.x and later.
Issue
@cypress/eslint-plugin-dev@3.2.0 configured in this repo's
devDependencies
containspeerDependencies
:however
@typescript-eslint/parser@1.11.0 is only compatible with ESLint
5
:The error message from npm is
This rules out the supported use of ESLint
4
for dev tests in the repository. It is also a handicap for moving to a supported version of Node.js18.x
and later.Steps to reproduce
Ubuntu
22.04.4
LTS, Node.js20.12.2
mkdir eslint-plugin-dev-test cd eslint-plugin-dev-test git init npm init -y npm install eslint@4 @cypress/eslint-plugin-dev@3.2.0 @typescript-eslint/parser@1.11.0
Logs
Suggestion
4.x
from testing (see PR test: drop testing of ESLint 4 #165)ci/circleci: test-v4
from required tests in GitHub branch protection rules formaster
branchThe text was updated successfully, but these errors were encountered: