更正yarn命令 (#12783)

This commit is contained in:
codesign 2018-10-23 11:28:35 +08:00 committed by Wei Zhu
parent 3dbc357ff2
commit 4976b055fe

View File

@ -126,7 +126,7 @@ export default {
如果你没有 npx需要先安装他用于执行 node_modules 下的命令,
```bash
$ yarn global addd npx
$ yarn global add npx
```
然后通过命令创建 `/products` 路由,