diff --git a/README.md b/README.md index 3a43725637..76ff052720 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