We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you want to request a feature or report a bug?
bug What is the current behavior?
the dependencies tree below
with npm, the 'bin' symlink knex and ava will be found at PROJECT_ROOT/node_modules/.bin
but yarn, there are missing. they only can be found in the package that direct dependent them. {PROJECT_ROOT}/node_modules/koapi/node_modules/.bin
If the current behavior is a bug, please provide the steps to reproduce.
mkdir /tmp/test cd /tmp/test yarn add koapi
What is the expected behavior?
/tmp/test/node_modules/.bin/knex /tmp/test/node_modules/.bin/ava should be created.
Please mention your node.js, yarn and operating system version.
Node.js 7.1.0 yarn 0.16.1 macOS Sierra
The text was updated successfully, but these errors were encountered:
Duplicate #760 and was fixed by #1210.
Sorry, something went wrong.
No branches or pull requests
Do you want to request a feature or report a bug?
bug
What is the current behavior?
the dependencies tree below
with npm, the 'bin' symlink knex and ava will be found at PROJECT_ROOT/node_modules/.bin
./node_modules/.bin/knex
./node_modules/.bin/ava
but yarn, there are missing. they only can be found in the package that direct dependent them.
{PROJECT_ROOT}/node_modules/koapi/node_modules/.bin
- koapi
./node_modules/.bin/knex
./node_modules/.bin/ava
If the current behavior is a bug, please provide the steps to reproduce.
mkdir /tmp/test
cd /tmp/test
yarn add koapi
What is the expected behavior?
/tmp/test/node_modules/.bin/knex /tmp/test/node_modules/.bin/ava should be created.
Please mention your node.js, yarn and operating system version.
Node.js 7.1.0
yarn 0.16.1
macOS Sierra
The text was updated successfully, but these errors were encountered: