-
-
Notifications
You must be signed in to change notification settings - Fork 113
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 nightly #43
Comments
Thanks for reporting. I'm not quite sure why this has broken, possibly the format of https://nodejs.org/download/nightly/ has changed, although that seems unlikely. Or possibly
|
I was able to install nightly via v8-canary: |
Hmmnn, seems to just be that by chance it's parsing a couple of the v8-canary listings as
|
Unfortunately I don't really have the time to look into this further right now. PRs welcome! I think the best solution would either be to remove this feature completely (it was always a bit of a hack), or add our own version parsing that properly detects The latter would need to be done very carefully to avoid any breakage and not mess things up with |
I agree. I believe this is a feature that should be in nvm, not zsh-nvm. Unfortunately I doesn't seem like a priority to them. |
@lukechilds I can write our own nightly/rc installer which parses the stuff.. I will get around to writing this tonight.. |
That would be amazing, I think it's a fairly big job though. If you're serious about doing this it might be worth contributing it upstream, directly to |
So I took a look at why it's parsing nightly versions as iojs...
It fails to parse VERSIONS and return N/A.. https://github.com/creationix/nvm/blob/bc87d3dd1c380298be2d624331bc83578255f5f9/nvm.sh#L1083 The checking logic in https://github.com/creationix/nvm/blob/bc87d3dd1c380298be2d624331bc83578255f5f9/nvm.sh#L512 Unfortunately the parsing logic is written in |
Let me know if you need any more information.
The text was updated successfully, but these errors were encountered: