-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Comments
PR welcome |
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? |
@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
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
The text was updated successfully, but these errors were encountered: