We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 859048c commit 9dbda76Copy full SHA for 9dbda76
README.md
@@ -32,6 +32,8 @@ cd svelte
32
npm install
33
```
34
35
+Note: Do not use yarn to install packages, as specific package versions in `package-lock.json` are used to build & test svelte.
36
+
37
> Many tests depend on newlines being preserved as `<LF>`. On Windows, you can ensure this by cloning with:
38
> ```bash
39
> git -c core.autocrlf=false clone https://github.com/sveltejs/svelte.git
0 commit comments