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
*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
13.12.0
1.22.4
Might be related to #1488
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Bug description
*Git dependency with git dependency not complete
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
13.12.0
1.22.4
Might be related to #1488
The text was updated successfully, but these errors were encountered: