Clean up Yarn detection and install code (#1223)
* 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`.
Showing
+24 -39
Please register or sign in to comment