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

Add support for PNPM for installation commands #1285

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Conversation

Kocal
Copy link
Member

@Kocal Kocal commented Aug 22, 2024

Close #1279

Now, if you have a pnpm-lock.yaml file in your project, then the installation commands (displayed when you try to enable a feature and dependencies are missing) adapt to pnpm.

I've also simplified the detection/output logic, and removed yarn as default command if no lock files are found.
Yarn was recommended years ago, but that's not the case anymore. I believe npm is good enough by default, and it's aswell the default package manager shipped with Node.js.

@Kocal Kocal force-pushed the feat/pnpm-support branch from 8fa4471 to 9a03029 Compare August 22, 2024 07:14
@Kocal Kocal added this to the 4.17 milestone Aug 22, 2024
@Kocal Kocal merged commit 5e50ac0 into main Aug 22, 2024
56 checks passed
@Kocal Kocal deleted the feat/pnpm-support branch August 22, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PNPM Support
1 participant