Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexkrolick opened this issue Mar 15, 2020 · 1 comment
Open

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

alexkrolick opened this issue Mar 15, 2020 · 1 comment

Comments

@alexkrolick
Copy link
Contributor

alexkrolick commented Mar 15, 2020

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.

@brunoparga
Copy link

There is an open PR that allows pnpm: #7791 . There is also a previous issue about this: #7898

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants