-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Considering the following package.json:
{
"dependencies": {
"uuid": "8.3.2",
"request": "2.88.2"
}
}
this will install the following (among others):
|- node_modules
|- uuid // version 8.3.2
|- request
|- node_modules
|- uuid // version 3.4.0
filing-cabinet -d ./ -f ./node_modules/request/lib/auth.js uuid
yields
/node_modules/uuid/dist/index.js
instead of
/node_modules/request/node_modules/uuid/index.js
Metadata
Metadata
Assignees
Labels
No labels