Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9dbda76

Browse files
committedFeb 28, 2020
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

+2
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)
Please sign in to comment.