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

Can't have depenendcy on local package more then once #93

Closed
fritz-gerneth opened this issue Mar 9, 2013 · 3 comments
Closed

Can't have depenendcy on local package more then once #93

fritz-gerneth opened this issue Mar 9, 2013 · 3 comments

Comments

@fritz-gerneth
Copy link
Contributor

Assuming I have three local packages A,B,C where A & B both depend on C. A & B both refer to C on the same path.
I do get the error message:

Problem installing C:
x [path] conflicts with [path]

As this is the same package this should work.

@tmeasday
Copy link
Member

This should only happen if your two dependencies are on different versions of C. Can you provide a concrete example?

Otherwise you can try using --force=true when you install to force dependency resolution.

@fritz-gerneth
Copy link
Contributor Author

As those are local packages they can't have different versions. I created a sample project at https://github.com/fritz-gerneth/mrt-local-deps . --force makes the installation pass. But referencing the same package shouldn't cause conflict issues.

@tmeasday
Copy link
Member

Fixed in meteorite 0.4.8, thanks for the report.

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

No branches or pull requests

2 participants