diff --git a/console-ui/README.md b/console-ui/README.md index 236227a6413..ad651dbfbbf 100644 --- a/console-ui/README.md +++ b/console-ui/README.md @@ -1,13 +1,13 @@ # 开始项目 国内访问 npm 比较慢,我们可以使用阿里的镜像, 在 npm 或者 yarn 命令后面加参数: -> --registry=https://registry.npm.taobao.org +> --registry=https://registry.npmmirror.com 例: ``` -npm install --registry=https://registry.npm.taobao.org -yarn --registry=https://registry.npm.taobao.org +npm install --registry=https://registry.npmmirror.com +yarn --registry=https://registry.npmmirror.com ``` -[详情地址: http://npm.taobao.org/](http://npm.taobao.org/) +[详情地址: https://npmmirror.com/](http://npm.taobao.org/) ## Node安装