Skip to content

Commit

Permalink
The Taobao NPM mirror address is outdated. (alibaba#12869) (alibaba#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouchunhai authored Nov 21, 2024
1 parent aeaaded commit a24e7ac
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit a24e7ac

Please # to comment.