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
fixes#64.
when a given version is requested, https://iojs.org/dist and
http://nodejs.org/dist are checked for that version, in that order.
`latest` always refers to io.js, because checking for node 1.0 is a bit
of a waste of user time. `stable` always refers to node.js, because
there is no stable release of io.js yet, and we have no way of
determining that programmatically yet anyway, pending nodejs/build#22. the
two-repository fallback hackery can also disappear once nodejs/node#420
is fixed.
0 commit comments