mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-20 00:59:17 +08:00
* Remove the “‘yarn’ is not recognized as an internal or external command, ...” message on Windows * Simplify the detection code: just run `yarn --version` – if it succeeds use `yarn`, if it fails use `npm`.