-
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
yarn run
fails on node_modules/*/.bin/
scripts
#1154
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
yarn run
fails to load executable scripts that are local to thenode_modules
folderIf the current behavior is a bug, please provide the steps to reproduce.
npm i -g storybook
getstorybook
npm run storybook
<-- works fineyarn run storybook
<-- bails with errorWhat is the expected behavior?
For scripts inside of
node_modules/*/.bin/
to be available in ayarn run
contextPlease mention your node.js, yarn and operating system version.
yarn 0.15.1
node 6.8.1
MacOS Sierra
The text was updated successfully, but these errors were encountered: