From ac6959c819c3fc7b474421df5636386e457c38b1 Mon Sep 17 00:00:00 2001 From: kurthong Date: Sat, 21 May 2016 07:34:59 +0900 Subject: [PATCH] docs(DEVELOPER.md): add a clearer explanation about Windows symlinks issue. (#7886) add a clearer explanation about Windows symlinks issue. --- DEVELOPER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index a0ca3c85f6..0ca307de2d 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -183,8 +183,8 @@ Karma is run against the new output. much easier to debug. `xit` and `xdescribe` can also be useful to exclude a test and a group of tests respectively. -**Note**: **watch mode** needs symlinks to work, so if you're using windows, ensure you have the -rights to built them in your operating system. +**Note**: **watch mode** needs symlinks to work, so if you're using Windows, ensure you have the +rights to built them in your operating system. On Windows, only administrators can create symbolic links by default, but you may change the policy. (see [here](https://technet.microsoft.com/library/cc766301.aspx?f=255&MSPPError=-2147217396).) ### Unit tests with Sauce Labs or Browser Stack