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

Dev dependencies are not always linked correctly #96

Closed
LastTalon opened this issue Sep 12, 2022 · 0 comments · Fixed by #131
Closed

Dev dependencies are not always linked correctly #96

LastTalon opened this issue Sep 12, 2022 · 0 comments · Fixed by #131

Comments

@LastTalon
Copy link
Contributor

If a dev dependency is shared with a regular dependency, it will only install in the Packages index.

This happens in cases such as if testez is a dev dependency and is also a dependency of one of your normal dependencies. The testez link will be generated pointing to an index that doesn't exist, when it should be pointing to the Packages folder index.

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

Successfully merging a pull request may close this issue.

1 participant