Skip to content

Instantly share code, notes, and snippets.

View SharerMax's full-sized avatar
🏠
Working from home

Max Zhao SharerMax

🏠
Working from home
View GitHub Profile
@SharerMax
SharerMax / npm_china_mirror.sh
Last active June 11, 2024 02:14
NPM China Mirror
# === NPM BINARY CHINA ===
# https://github.com/cnpm/binary-mirror-config/blob/master/package.json#L48
export COREPACK_NPM_REGISTRY="https://registry.npmmirror.com"
export EDGEDRIVER_CDNURL="https://npmmirror.com/mirrors/edgedriver"
export NODEJS_ORG_MIRROR="https://cdn.npmmirror.com/binaries/node"
export NVM_NODEJS_ORG_MIRROR="https://cdn.npmmirror.com/binaries/node"
export PHANTOMJS_CDNURL="https://cdn.npmmirror.com/binaries/phantomjs"
export CHROMEDRIVER_CDNURL="https://cdn.npmmirror.com/binaries/chromedriver"
export OPERADRIVER_CDNURL="https://cdn.npmmirror.com/binaries/operadriver"
export CYPRESS_DOWNLOAD_PATH_TEMPLATE="https://cdn.npmmirror.com/binaries/cypress/${version}/${platform}-${arch}/cypress.zip"