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

'script' install doesn't work #654

Closed
joelnn opened this issue Feb 11, 2015 · 2 comments
Closed

'script' install doesn't work #654

joelnn opened this issue Feb 11, 2015 · 2 comments
Assignees
Labels
bugs Oh no, something's broken :-( installing node Issues with installing node/io.js versions.

Comments

@joelnn
Copy link

joelnn commented Feb 11, 2015

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

@ljharb ljharb added bugs Oh no, something's broken :-( installing node Issues with installing node/io.js versions. labels Feb 11, 2015
@ljharb ljharb self-assigned this Feb 11, 2015
@ljharb ljharb closed this as completed in 3d6b797 Feb 11, 2015
@ljharb
Copy link
Member

ljharb commented Feb 11, 2015

@joelnn Thanks! Give this a try and let me know if it fixes the issue for you.

@joelnn
Copy link
Author

joelnn commented Feb 12, 2015

@ljharb fixed indeed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugs Oh no, something's broken :-( installing node Issues with installing node/io.js versions.
Projects
None yet
Development

No branches or pull requests

2 participants