We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
You are using quite old version of gx, now by default it uses global installation path. Try gx install --global or updating gx.
gx install --global
Sorry, something went wrong.
It appears that I did not have gx-go installed, and that was causing this issue for me.
Sorry for the noise. I wrongly assumed go-gx was only needed for publishing.
We should probably have a way to make gx install fail if the package considers the language subtool required
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: