Skip to content

Commit 9dbda76

Browse files
committed
README.md: Added note to not use yarn to install package
1 parent 859048c commit 9dbda76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ cd svelte
3232
npm install
3333
```
3434

35+
Note: Do not use yarn to install packages, as specific package versions in `package-lock.json` are used to build & test svelte.
36+
3537
> Many tests depend on newlines being preserved as `<LF>`. On Windows, you can ensure this by cloning with:
3638
> ```bash
3739
> git -c core.autocrlf=false clone https://github.com/sveltejs/svelte.git

0 commit comments

Comments
 (0)