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 warn ERESOLVE overriding peer dependency
npm warn While resolving: @nx-eslint-config-prettier-repro/[email protected]
npm warn Found: [email protected]
npm warn node_modules/eslint-config-prettier
npm warn dev eslint-config-prettier@"10.0.1" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peerOptional eslint-config-prettier@"^9.0.0" from @nx/[email protected]
npm warn node_modules/@nx/eslint-plugin
npm warn dev @nx/eslint-plugin@"20.4.6" from the root project
up to date, audited 450 packages in 989ms
78 packages are looking for funding
run `npm fund`for details
found 0 vulnerabilities
Package Manager Version
No response
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
nx/packages/eslint-plugin/package.json
Line 29 in 4367352
eslint-config-prettier
to^9.0.0
only.Expected Behavior
eslint-config-prettier
v10.x has been out since 20250113 and should be able to be used without requiring--legacy-peer-deps
to avoid warnings.GitHub Repo
https://github.com/techfg/nx-eslint-config-prettier-repro
Steps to Reproduce
git clone https://github.com/techfg/nx-eslint-config-prettier-repro.git
npm i -D eslint-config-prettier@latest
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: