npm domestic source (npmmirror Chinese mirror station)

The resolution of Taobao npm domain name is about to stop, and the major reconstruction and upgrade of npmmirror mirror site
http://npm.taobao.org and http://registry.npm.taobao.org will be officially offline and stop DNS resolution on 2022.06.30.


Domain name switching rules:

http://npm.taobao.org => http://npmmirror.com
http://registry.npm.taobao.org => http://registry.npmmirror.com

npm and electron domestic source address

npm config set registry https://registry.npmmirror.com/
npm config set ELECTRON_MIRROR https://npmmirror.com/mirrors/electron/
npm config set registry https://registry.npmmirror.com/
npm config set ELECTRON_MIRROR https://cdn.npmmirror.com/dist/electron/

Source:
(1) https://zhuanlan.zhihu.com/p/430580607

Guess you like

Origin blog.csdn.net/gandongusa/article/details/122915220