An override you set conflicts with dependency resolution. Adjust or remove the override, or align versions so the override matches the graph.
npm overrides (package.json "overrides") force specific versions. If the forced version conflicts with peer/dep requirements, the resolver errors with ERESOLVE override conflict.
Read which package and version the override is forcing and what peer/dep range it violates.
Pick a version that satisfies peers, or delete the override entirely and let npm resolve naturally.
Upgrade/downgrade the dependent package so its peers match the override target.
Refresh resolution after changes:
rm -rf node_modules package-lock.json
npm installUse overrides sparingly—prefer upgrading the real dependency. Overrides that fight peers often cause runtime breakage.
npm notice access token expired or revoked. Please try logging in again.
Token has expired - npm authentication failure
npm ERR! code EAI_AGAIN
How to fix "EAI_AGAIN" in npm
npm error code E403 npm error 403 Forbidden - PUT https://registry.npmjs.org/<package>
How to fix 'E403 Forbidden' error in npm