Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Taobao NPM mirror address is outdated. (#12869) #12870

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions console-ui/README.md
Original file line number Diff line number Diff line change
@@ -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安装

Expand Down
Loading