You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
right now it only searches the sibling
node_modules
folder, but it would be nice to searchnode_modules
that may be hoisted up further in the tree, sincenode
will be able to resolve them.e.g.:
this way I could use
yarn workspaces
, which hoists node_modules of subpackages in a monorepoThe text was updated successfully, but these errors were encountered: