Skip to content

Cannot run repo locally without yarn - BLOCKING CONTRIBUTIONS #1235

Closed
@TheJaredWilcurt

Description

@TheJaredWilcurt

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions