-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Using $NVM_NODEJS_ORG_MIRROR #2173
Comments
No, it must be a single URL. What's the use case where you have multiple unreliable possibilities, and no reliable ones? |
Adding from release, nightly, and rc mirrors, but on the official node website, i.e. nodejs .org/download/release, nodejs .org/download/nightly, nodejs .org/download/rc, etc. |
nvm currently does not support nightlies, rcs, etc - using the mirror is just a hack that’s likely to break things when nvm does support them in the future. Is that your only use case? |
I'm just interested in nightlies. Is there a timeline for when or if nvm will officially support nightlies/rcs, etc? |
Maybe --nightly, --rc, --test, etc. flags? --release would be default of course. Just my 2 cents |
Cool. Thanks, gonna close this. |
I just have one question. Can I use a colon-separated list of sites to use as mirrors?
The text was updated successfully, but these errors were encountered: