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
I believe the 'script' install (as opposed to git install) is broken, I end up with the contents of nvm-exec being identical to nvm.sh.
I think this is because NVM_SOURCE is set here https://github.com/creationix/nvm/blob/v0.23.3/install.sh#L78 and even though it is 'local', nvm_source() can see it the second time it is called at https://github.com/creationix/nvm/blob/v0.23.3/install.sh#L80
The text was updated successfully, but these errors were encountered:
3d6b797
@joelnn Thanks! Give this a try and let me know if it fixes the issue for you.
Sorry, something went wrong.
@ljharb fixed indeed, thanks!
ljharb
No branches or pull requests
I believe the 'script' install (as opposed to git install) is broken, I end up with the contents of nvm-exec being identical to nvm.sh.
I think this is because NVM_SOURCE is set here https://github.com/creationix/nvm/blob/v0.23.3/install.sh#L78 and even though it is 'local', nvm_source() can see it the second time it is called at https://github.com/creationix/nvm/blob/v0.23.3/install.sh#L80
The text was updated successfully, but these errors were encountered: