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
Unable to install esy on Ubuntu 20.04 #1099
Comments
|
Try |
|
That just fetches the bundle, and seems to do no build. I don't see the usual artifacts in Are we certain that the line I linked from esy's dependency solver isn't the culprit (a decimal number where something in octal seems to be implied)? I would submit a fix, but without esy, I have no means to test it. |
|
@wesleybits Could you try to install it in a different prefix (something like |
|
@ManasJayanth I can confirm that the install using the prefix option works fine, given that permission are well defined for the prefix folder |
|
Thanks! We'll working on improving the error message. |
|
I ran into this error when trying to run |
esy version: latest
Operating System: Ubuntu 20.04
Issue: npm fails to install esy. Error message:
Likely cause: https://github.com/andreypopp/esy-solve-cudf/blob/d293f2116def0b0b02eef487158ae440d21cc8db/postinstall.js#L17
I would volunteer to fix it, but without a working esy install, that would be rather difficult to test the fix.
Package.json None yet.
Actual behavior: See above.
Expected behavior: npm is able to globally install esy easily.
Additional steps to reproduce:
The text was updated successfully, but these errors were encountered: