From cddb48337548d0899b29144af1054ed8f9b8bcd9 Mon Sep 17 00:00:00 2001 From: Jecyu Date: Thu, 17 Sep 2020 10:52:55 +0800 Subject: [PATCH 1/2] docs: add yarn link error solution --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1d0029c531..e9ff9ab602 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -26,6 +26,7 @@ yarn # if you have the old vue-cli installed globally, you may # need to uninstall it first. cd packages/@vue/cli +# before yarn link, you can delete the link in ~/.config/yarn/link @vue (refer iissue: [yarn link error message is not helpful](https://github.com/yarnpkg/yarn/issues/7054)) yarn link # create test projects in /packages/test From a494469cce2d00c1e72789cad20743e72a7e3130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A3=AE=E7=85=9C?= Date: Sun, 27 Sep 2020 09:40:26 +0800 Subject: [PATCH 2/2] Update .github/CONTRIBUTING.md Co-authored-by: Haoqun Jiang --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e9ff9ab602..66d44970a9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -26,7 +26,7 @@ yarn # if you have the old vue-cli installed globally, you may # need to uninstall it first. cd packages/@vue/cli -# before yarn link, you can delete the link in ~/.config/yarn/link @vue (refer iissue: [yarn link error message is not helpful](https://github.com/yarnpkg/yarn/issues/7054)) +# before yarn link, you can delete the link in `~/.config/yarn/link/@vue` (see issue: [yarn link error message is not helpful](https://github.com/yarnpkg/yarn/issues/7054)) yarn link # create test projects in /packages/test