You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #1285 Add support for PNPM for installation commands (Kocal)
This PR was merged into the main branch.
Discussion
----------
Add support for PNPM for installation commands
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.
Commits
-------
9a03029 Add support for PNPM for installation commands
0 commit comments