[BUG] npm dedupe fails with TypeError: Cannot read property 'path' of null
#3565
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
Is there an existing issue for this?
Current Behavior
npm dedupe fails with an error
TypeError: Cannot read property 'path' of null
npm debug.log
Expected Behavior
npm dedupe should not fail
Steps To Reproduce
In this environment: Ubuntu 20.04, Node 14.17.3, npm 7.20.0
With this config:
Run
npm i
, then runnpm dedupe
See error:
TypeError: Cannot read property 'path' of null
Environment
The text was updated successfully, but these errors were encountered: