wix-incubator / yarn-bin-fix

Fix for yarn's #760
MIT License
13 stars 3 forks source link

feat: support `npm link my-package` and `yarn link my-package` #3

Open artemv opened 6 years ago

artemv commented 6 years ago

yarn install doesn't suffer anymore (as of v1.5.1 at least) from the issue this package solves, but npm-link, yarn-link and npm install folder do: they only link binaries specified in linked module's package.json, not in its dependencies.

Let's cover this case now by telling find to traverse linked directories, too.