From 392f9ab7d8434f9a73386a6cea055fafb7b37f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E6=99=A8?= Date: Sat, 15 Jan 2022 04:44:20 +0800 Subject: [PATCH] Update China Mirror URL to the New Version (#708) npm.taobao.org is now redirect to npmmirror.com, use the new URL instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6221c7b..d8982fc 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Display diagnostics to help resolve problems: If you would like to use a different Node.js mirror which has the same layout as the default , you can define `N_NODE_MIRROR`. The most common example is from users in China who can define: - export N_NODE_MIRROR=https://npm.taobao.org/mirrors/node + export N_NODE_MIRROR=https://npmmirror.com/mirrors/node If the custom mirror requires authentication you can add the [url-encoded](https://urlencode.org) username and password into the URL. e.g.