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

gx update expects to have the old package (being replaced) already installed #178

Open
schomatis opened this issue Jun 20, 2018 · 2 comments
Assignees

Comments

@schomatis
Copy link
Collaborator

The gx update command expects to find the old package being replaced already installed, otherwise it fails (it doesn't try to install itself), specifically the updateCollisionCheck function is the one looking for all the dependencies.

See ipfs/go-ds-badger#22 (comment).

@whyrusleeping
Copy link
Owner

I think there are many commands that would benefit from implicitly fetching deps as needed. Or at the very least, saying 'you have to run gx install first'

@ghost
Copy link

ghost commented Jun 26, 2018

implicitly fetching deps as needed

Yes gx-workspace is doing that a lot too.

@schomatis schomatis self-assigned this Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants