Commit fffd3e9
authored
Update README.md to include how to initial install (#1248)
This pull request updates the project documentation to clarify the
recommended way to install dependencies.
It adds instructions to use Yarn 3 instead of npm due to compatibility
issues with some legacy packages.
Documentation improvements:
* Added a new section in `README.md` explaining that dependencies should
be installed using Yarn 3, and warning that `npm install` may fail
because of strict peer-dependency resolution.1 parent ae9412e commit fffd3e9
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
5 | 15 | | |
6 | 16 | | |
7 | 17 | | |
| |||
0 commit comments