I'm concerned by open source projects using only Yarn in their examples


I'm concerned by open source projects using only Yarn in their examples.

Please use npm for your docs.

- npm is the default
- Yarn only docs create needless confusion for people who only use npm
- People who know Yarn also know how to translate npm commands to Yarn commands
If you agree, I'd encourage you to open PRs as you see this issue. Only takes a moment to help a beginner out.

View original on X