Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Cannot resolve dependencies when installing globally using kpm commands install #1287

Closed
tugberkugurlu opened this issue Feb 26, 2015 · 1 comment · Fixed by #1370
Closed
Assignees
Milestone

Comments

@tugberkugurlu
Copy link
Contributor

Getting the following error when I install a project globally using "kpm commands install" and try to use it afterwards:

image

I am on kre version 1.0.0-beta4-11143 and I tried this with the following project: https://github.com/tugberkugurlu/k-http/tree/92681b7bbf49c4c55a74f1b418b489cede1dddc1. The steps I followed:

  • clone the project
  • go to src/k-http path
  • run kpm restore
  • run k run to make sure it really is running
  • run kpm pack
  • run kpm commands install k-http --source "C:\Dev\k-http\src\k-http\bin\Debug" --source "https://www.myget.org/F/aspnetvnext/api/v2"

That got me the following output:

image

  • open up a new cmd.exe and run k-http. It blows up with the above error.
@davidfowl
Copy link
Member

/cc @victorhurdugaci

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

Successfully merging a pull request may close this issue.

4 participants