Closed
Description
Version
dev
branch
Reproduction link
https://github.com/vuejs/vue-test-utils/blob/dev/.github/CONTRIBUTING.md
Steps to reproduce
On a computer with the latest Node and npm versions installed, and without Yarn installed, attempt to run the repo locally following the Contributor Guideline instructions.
What is expected?
You should be able to run the repo locally without having to globally install any non-standard tools.
What is actually happening?
Crashes looking for yarn. If you change the lerna json to not require Yarn, it will stop crashing on install, but cannot run unit tests because of missing dependencies.
The link to Lerna's website in the docs is wrong.