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 does not fetch the git dependency of a git dependency. #8043

Closed
Superlokkus opened this issue Apr 6, 2020 · 1 comment
Closed

Yarn does not fetch the git dependency of a git dependency. #8043

Superlokkus opened this issue Apr 6, 2020 · 1 comment
Labels
fixed-in-modern This issue has been fixed / implemented in Yarn 2+.

Comments

@Superlokkus
Copy link

Bug description

*Git dependency with git dependency not complete

yarn install

What is the current behavior?

Yarn does not fetch the git dependency of a git dependency.

What is the expected behavior?

Yarn fetches the git dependencies of all its dependencies

Steps to Reproduce

Project with a dependency from a git repository, which itself in that dependencies package.json has a git dependency

Environment

  • Node Version: 13.12.0
  • Yarn v1 Version: 1.22.4
  • OS and version: linux

Might be related to #1488

@paul-soporan
Copy link
Member

Closing as most likely fixed in v2. Please open an issue here if that's not the case: https://github.com/yarnpkg/berry

https://yarnpkg.com/getting-started/migration

@paul-soporan paul-soporan added the fixed-in-modern This issue has been fixed / implemented in Yarn 2+. label Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed-in-modern This issue has been fixed / implemented in Yarn 2+.
Projects
None yet
Development

No branches or pull requests

2 participants