You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tomconroy did this cause an error when you ran a command. I think I ran into something like this with 0.17.0 where different depedencies depended on different versions of mkdirp. The result was an ENOENT error when trying to chown the mkdirp binary in the .bin/ directory.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Yarn 0.17.0 seems to hoist
bin
scripts to the root module (this behavior varies from 0.16 and npm)If the current behavior is a bug, please provide the steps to reproduce.
e.g. the main repo's package.json:
thing:
nested-thing:
The
nested-thing
script appears here:What is the expected behavior?
Expect the
nested-thing
script to be atPlease mention your node.js, yarn and operating system version.
node v4.4.7
yarn 0.17.0
OSX 10.11.16
The text was updated successfully, but these errors were encountered: