Skip to content

Support pnpm/don't default to yarn lock #8652

Open
@alexkrolick

Description

@alexkrolick

There are various places that treat npm/yarn as a binary choice. pnpm also exists and is pretty mature (and there may be others).

const useYarn = useNpm ? false : shouldUseYarn();

At the least it would be nice if CRA didn't create a yarn lockfile if it wasn't really sure it was executing with yarn.

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