Skip to content

Commit

Permalink
README.md: Added note to not use yarn to install package
Browse files Browse the repository at this point in the history
  • Loading branch information
btakita committed Feb 28, 2020
1 parent 859048c commit 9dbda76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ cd svelte
npm install
```

Note: Do not use yarn to install packages, as specific package versions in `package-lock.json` are used to build & test svelte.

> Many tests depend on newlines being preserved as `<LF>`. On Windows, you can ensure this by cloning with:
> ```bash
> git -c core.autocrlf=false clone https://github.com/sveltejs/svelte.git
Expand Down

0 comments on commit 9dbda76

Please sign in to comment.