From 9ebc051af6d43a23578c6ddc0c6a1efdbcd1480e Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Sat, 12 Feb 2022 06:00:02 +0000 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- 30-jstraining/docs/preparation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/30-jstraining/docs/preparation.md b/30-jstraining/docs/preparation.md index bf71c38..f27e649 100644 --- a/30-jstraining/docs/preparation.md +++ b/30-jstraining/docs/preparation.md @@ -13,7 +13,7 @@ ## 安装 Node -请到 Node 官网[nodejs.org](https://nodejs.org),或者国内镜像[npm.taobao.org/mirrors/node](https://npm.taobao.org/mirrors/node),下载安装包。推荐安装最新的稳定版,目前是v6.x。 +请到 Node 官网[nodejs.org](https://nodejs.org),或者国内镜像[npm.taobao.org/mirrors/node](https://npmmirror.com/mirrors/node),下载安装包。推荐安装最新的稳定版,目前是v6.x。 安装完成后,命令行执行下面的命令,确认是否安装成功。 @@ -25,7 +25,7 @@ v6.9.1 Node 的模块管理器 npm 会一起安装好。由于 Node 的官方模块仓库网速太慢,模块仓库需要切换到阿里的源。 ```bash -$ npm config set registry https://registry.npm.taobao.org/ +$ npm config set registry https://registry.npmmirror.com/ ``` 执行下面的命令,确认是否切换成功。