Skip to content

Commit

Permalink
Merge pull request alibaba#5946 from li-xiao-shuang/feature_update_re…
Browse files Browse the repository at this point in the history
…adme_develop

[ISSUE alibaba#5945]Modify console-ui README.md to submit to Develop
  • Loading branch information
realJackSun authored Jun 7, 2021
2 parents de6a4b8 + aa6aa2b commit fb2e030
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions console-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ npm install --registry=https://registry.npm.taobao.org
yarn --registry=https://registry.npm.taobao.org
```
[详情地址: http://npm.taobao.org/](http://npm.taobao.org/)

## Node安装

NodeJS提供了一些安装程序,都可以在[nodejs.org](https://nodejs.org/download/release/) 这里下载并安装。mac系统选择.pkg结尾的文件下载安装。
注意node版本号过高可能导致 `npm install` 时失失败,建议版本:
- node:v8.16.0
- npm:6.4.1

## 安装依赖
```sh
yarn
Expand Down

0 comments on commit fb2e030

Please sign in to comment.