-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Bugthing that needs fixingthing that needs fixingNeeds Triageneeds review for next stepsneeds review for next stepsRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
npm dedupe fails with an error TypeError: Cannot read property 'path' of null
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:
// package.json
{
"devDependencies": {
"@storybook/vue": "6.3.4"
}
}
-
Run
npm i
, then runnpm dedupe
-
See error:
TypeError: Cannot read property 'path' of null
Environment
- OS: Ubuntu 20.04
- Node: 14.17.3
- npm: 7.20.0
sah
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingNeeds Triageneeds review for next stepsneeds review for next stepsRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release