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
Technical. Opening this partly so I can close some related old Pull Requests!
There are occasionally problems reported by users in China using https://npm.taobao.org/mirrors/node for downloads. These are partly caused by differences from the main mirror encountered during site scraping to find version numbers, partly due to extra redirects, and partly due to faulty code introduced trying to fix those...
Tentative plan:
rename environment variable to N_NODE_MIRROR and publicise in README
use command status codes and support redirects instead of reading command output to detect redirects
use index.tab instead of screen scraping
The text was updated successfully, but these errors were encountered:
Technical. Opening this partly so I can close some related old Pull Requests!
There are occasionally problems reported by users in China using https://npm.taobao.org/mirrors/node for downloads. These are partly caused by differences from the main mirror encountered during site scraping to find version numbers, partly due to extra redirects, and partly due to faulty code introduced trying to fix those...
Tentative plan:
N_NODE_MIRROR
and publicise in READMEindex.tab
instead of screen scrapingThe text was updated successfully, but these errors were encountered: