We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859048c commit 8c94a2fCopy full SHA for 8c94a2f
README.md
@@ -32,6 +32,8 @@ cd svelte
32
npm install
33
```
34
35
+Note: Do not use `yarn` to install the dependencies, 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