Open
Description
right now it only searches the sibling node_modules
folder, but it would be nice to search node_modules
that may be hoisted up further in the tree, since node
will be able to resolve them.
e.g.:
root
package.json
node_modules/
a-module-dep
packages/
a-module
package.json
this way I could use yarn workspaces
, which hoists node_modules of subpackages in a monorepo
Metadata
Metadata
Assignees
Labels
No labels