You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nodist falls back to the local version list if fetching the list of available versions fails.
The rationale for not retrying probably was, that it's unlikely that fetching the list succeeds and fetching an executable from that list afterwards suddenly doesn't.
However, the outcome in your case is certainly not desirable. I'll see what i can do.
marcelklehr
changed the title
Impossible to switch node version in case of 404 from update server
Fallback to other version adhering to user-provided spec, if the first can't be fetched
Dec 8, 2015
404 error from the server shouldn't block me from switching the node version. It should fall back to the latest 0.8.x available.
I can work around this using
nodist 0.8.26
(which I already have installed before) but nonetheless this, however rare it is, probably should be fixed.The text was updated successfully, but these errors were encountered: