Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yezihaohao authored Jun 4, 2020
1 parent 7efcba3 commit f7ad537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ npx saigao myapp

##### 2.yarn 或者 npm 安装相关包文件(首先推荐使用 yarn,国内建议增加淘宝镜像源,不然很慢,你懂的 😁)

> 有些老铁遇到运行时报错,首先确定下是不是最新稳定版的 nodejs 和 npm 或者 yarn(推荐用 yarn),切记不要用 cnpn
> 有些老铁遇到运行时报错,首先确定下是不是最新稳定版的 nodejs 和 npm 或者 yarn(推荐用 yarn),切记不要用 cnpm
```js
// 首推荐使用yarn装包
// 首推荐使用yarn装包,避免自动升级依赖包
yarn or npm i
```

Expand Down

0 comments on commit f7ad537

Please sign in to comment.