Merge pull request #3145 from npmmirror/master
Update https://registry.npm.taobao.org to https://registry.npmmirror.com
This commit is contained in:
		@@ -97,7 +97,7 @@ In China, the origin source of composer and npm is very slow. You can add `WORKS
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Example:
 | 
					Example:
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
WORKSPACE_NPM_REGISTRY=https://registry.npm.taobao.org
 | 
					WORKSPACE_NPM_REGISTRY=https://registry.npmmirror.com
 | 
				
			||||||
WORKSPACE_COMPOSER_REPO_PACKAGIST=https://packagist.phpcomposer.com
 | 
					WORKSPACE_COMPOSER_REPO_PACKAGIST=https://packagist.phpcomposer.com
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -81,9 +81,9 @@ CHANGE_SOURCE=true
 | 
				
			|||||||
# composer镜像源
 | 
					# composer镜像源
 | 
				
			||||||
WORKSPACE_COMPOSER_REPO_PACKAGIST=https://mirrors.aliyun.com/composer/
 | 
					WORKSPACE_COMPOSER_REPO_PACKAGIST=https://mirrors.aliyun.com/composer/
 | 
				
			||||||
# nvm镜像源
 | 
					# nvm镜像源
 | 
				
			||||||
WORKSPACE_NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node
 | 
					WORKSPACE_NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node
 | 
				
			||||||
# npm镜像源
 | 
					# npm镜像源
 | 
				
			||||||
WORKSPACE_NPM_REGISTRY=https://registry.npm.taobao.org
 | 
					WORKSPACE_NPM_REGISTRY=https://registry.npmmirror.com
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
3. 运行这些容器。
 | 
					3. 运行这些容器。
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user