nodejs npm yarn 使用最新阿里云镜像 aliyun mirror 2022-01-22

npm config set registry=https://registry.npmmirror.com --global
yarn config set registry https://registry.npmmirror.com --global
# 查看本地镜像源
npm config get registry