We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are various places that treat npm/yarn as a binary choice. pnpm also exists and is pretty mature (and there may be others).
npm
yarn
pnpm
create-react-app/packages/create-react-app/createReactApp.js
Line 249 in fa85f03
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.
The text was updated successfully, but these errors were encountered:
There is an open PR that allows pnpm: #7791 . There is also a previous issue about this: #7898
Sorry, something went wrong.
No branches or pull requests
There are various places that treat
npm
/yarn
as a binary choice.pnpm
also exists and is pretty mature (and there may be others).create-react-app/packages/create-react-app/createReactApp.js
Line 249 in fa85f03
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
.The text was updated successfully, but these errors were encountered: