From 8c94a2f0691b0d01f9f7584a71b8f580e7473925 Mon Sep 17 00:00:00 2001 From: Brian Takita Date: Fri, 28 Feb 2020 10:22:28 -0500 Subject: [PATCH] README.md: Added note to not use yarn to install package --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a437256372f..76ff0527204d 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ cd svelte npm install ``` +Note: Do not use `yarn` to install the dependencies, as specific package versions in `package-lock.json` are used to build & test svelte. + > Many tests depend on newlines being preserved as ``. On Windows, you can ensure this by cloning with: > ```bash > git -c core.autocrlf=false clone https://github.com/sveltejs/svelte.git