Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scoped packages missing .bin scripts #2758

Closed
chrisblossom opened this issue Feb 22, 2017 · 4 comments
Closed

Scoped packages missing .bin scripts #2758

chrisblossom opened this issue Feb 22, 2017 · 4 comments

Comments

@chrisblossom
Copy link

What is the current behavior?
Scoped packages do not place files into node_modules/.bin

Related issues/PRs: #2004 #1885 #2163 #2313 #1487 #2493 #733 #735

If the current behavior is a bug, please provide the steps to reproduce.

install a scoped npm module that has a dependency such as eslint and look at node_modules/.bin

Example repo:
https://github.com/chrisblossom/yarn-scoped

What is the expected behavior?
Places all scoped package's dependency .bin files into node_modules/.bin

Please mention your node.js, yarn and operating system version.
node v6.9.5
yarn v0.20.3
osx v10.12.3

@bestander
Copy link
Member

PR welcome

@mathieutu
Copy link

We can add theses PRs :
#1210
#2053

@Tapppi
Copy link

Tapppi commented Aug 29, 2017

AFAIK this was actually the "no transitive dependency bin hoisting" bug and has nothing to do with scoped packages. That was fixed in #3310 back in may and it's working for me with v0.27.5 and scoped company packages. Can this be closed?

@chrisblossom
Copy link
Author

@Tapppi yes it can. I just verified this has been fixed. Thanks for the reminder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants