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 install fails on Windows when paths are somewhat deep #80

Open
kalmi opened this issue Jun 20, 2016 · 4 comments
Open

gx install fails on Windows when paths are somewhat deep #80

kalmi opened this issue Jun 20, 2016 · 4 comments
Labels

Comments

@kalmi
Copy link
Contributor

kalmi commented Jun 20, 2016

It appears that gx install for ipfs fails on Windows when paths are somewhat deep.

gx install failed when ipfs's package.json was at C:\Projects\Go\src\github.com\ipfs, but succeeded when I moved it to C:\test:
https://gist.github.com/kalmi/38ef8b8e709e64f6e67474b252187257 (See line 34 in particular.)

Probably relevant issue:
golang/go#3358

@Kubuxu
Copy link
Collaborator

Kubuxu commented Jun 20, 2016

You are using quite old version of gx, now by default it uses global installation path.
Try gx install --global or updating gx.

@kalmi
Copy link
Contributor Author

kalmi commented Jun 20, 2016

It appears that I did not have gx-go installed, and that was causing this issue for me.

@kalmi
Copy link
Contributor Author

kalmi commented Jun 20, 2016

Sorry for the noise. I wrongly assumed go-gx was only needed for publishing.

@whyrusleeping
Copy link
Owner

We should probably have a way to make gx install fail if the package considers the language subtool required

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

No branches or pull requests

3 participants