From 29de7e9f00a683167b55962eadc15f8de1321b9d Mon Sep 17 00:00:00 2001 From: Jake Bolam Date: Mon, 24 Dec 2018 21:57:00 +0800 Subject: [PATCH] format doc --- lang/en/docs/yarn-version-management.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en/docs/yarn-version-management.md b/lang/en/docs/yarn-version-management.md index 89bdccf89..7b2703d92 100644 --- a/lang/en/docs/yarn-version-management.md +++ b/lang/en/docs/yarn-version-management.md @@ -7,15 +7,16 @@ layout: guide {% include vars.html %} ## Motivation + As your usage of yarn grows, you will find yourself with projects that depend on certain versions of yarn. Once you hit this scale it can be difficult to keep all your projects compatible with the latest version of yarn. This becomes increasingly more difficult if you have many developers working on these projects, as it is near impossible to have all project-contributors running the same version of yarn. To mitigate this, you can manage your version of yarn per project. #### Use `yvm`, the yarn version manager + You [can use yvm](https://yvm.js.org/) to manage your yarn versions #### Commit the yarn binary to the project and use `yarn-path` in `.yvmrc` See [`yarn-path` in the yarnrc docs](/lang/en/docs/yarnrc/#toc-yarn-path) -