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

Yarn can’t install tap-prettify #3582

Closed
davidaurelio opened this issue Jun 5, 2017 · 3 comments
Closed

Yarn can’t install tap-prettify #3582

davidaurelio opened this issue Jun 5, 2017 · 3 comments

Comments

@davidaurelio
Copy link

Do you want to request a feature or report a bug?
bug

What is the current behavior?
Yarn fails with

error Couldn't find a package.json file in ".../node_modules/tap/node_modules/tap-consumer"
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

If the current behavior is a bug, please provide the steps to reproduce.
yarn add tap-prettify

What is the expected behavior?
Installation without failure

Please mention your node.js, yarn and operating system version.
v8.0.0, v0.24.6, macOS

@arcanis
Copy link
Member

arcanis commented Jun 6, 2017

Apparently tap-consumer is a bundled dependency of tap, but it isn't available in tap's node_modules - either because it never got copied there during the linking, or because it got somehow removed, possibly when linking its non-bundled dependencies.

@bestander
Copy link
Member

merging #886

@bestander
Copy link
Member

PR to fix is welcome.
Otherwise it is actually a bug in the package.

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

No branches or pull requests

3 participants