[BUG] Overrides not working for some transitive dependencies, cause ERR ELSPROBLEMS in npm ls #4889
Closed
2 tasks done
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 8.x
work is associated with a specific npm 8 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Using the following dependencies/overrides in
package.json
:All versions of
minimist
underappium
fail to get overridden. Theminimist
versions under[email protected]
(which is also a transitive dependency ofappium
) and[email protected]
are correct.Running
npm ls minimist
yields the following output:Expected Behavior
All instances of
minimist
should be overridden to the specified version.Steps To Reproduce
package.json
npm i
npm ls minimist
Environment
The text was updated successfully, but these errors were encountered: