Skip to content

workspaces "bin" symlinks not created for sub-dependencies  #4964

@chrisblossom

Description

@chrisblossom

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions