From 4b774583b46c08fee3166fb8c680a0162b973a7f Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Sat, 12 Feb 2022 03:59:23 +0000 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- DOCUMENTATION/content/help/index.md | 2 +- README-zh.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCUMENTATION/content/help/index.md b/DOCUMENTATION/content/help/index.md index 519d129a..c10bb00a 100644 --- a/DOCUMENTATION/content/help/index.md +++ b/DOCUMENTATION/content/help/index.md @@ -97,7 +97,7 @@ In China, the origin source of composer and npm is very slow. You can add `WORKS Example: ```bash -WORKSPACE_NPM_REGISTRY=https://registry.npm.taobao.org +WORKSPACE_NPM_REGISTRY=https://registry.npmmirror.com WORKSPACE_COMPOSER_REPO_PACKAGIST=https://packagist.phpcomposer.com ``` diff --git a/README-zh.md b/README-zh.md index d05a7dbf..c80e530b 100644 --- a/README-zh.md +++ b/README-zh.md @@ -81,9 +81,9 @@ CHANGE_SOURCE=true # composer镜像源 WORKSPACE_COMPOSER_REPO_PACKAGIST=https://mirrors.aliyun.com/composer/ # nvm镜像源 -WORKSPACE_NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node +WORKSPACE_NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node # npm镜像源 -WORKSPACE_NPM_REGISTRY=https://registry.npm.taobao.org +WORKSPACE_NPM_REGISTRY=https://registry.npmmirror.com ``` 3. 运行这些容器。