-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Yarn Workspaces do not create node_modules/.bin symlinks for nested dependencies that have a bin specified in their package.json.
Original Yarn issue: #2874
If the current behavior is a bug, please provide the steps to reproduce.
Create yarn workspace
Create two workspace packages, one
and two
Add two
as a dependency to one
Add eslint
as a dependency to two
Example: chrisblossom/yarn-issue-4964
What is the expected behavior?
one/node_modules/.bin/eslint
symlink exists
Please mention your node.js, yarn and operating system version.
node 8.9.1
Yarn 1.3.2
OSX 10.13.1
jbaxleyiii, alexeyraspopov, Urigo, oliviertassinari, kentor and 59 more