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
pnpm
When using pnpm in project, forge use yarn to install deps.
yarn
Use pnpm.
Detect user's package manager like next.js:
next.js
https://github.com/vercel/next.js/blob/canary/packages/create-next-app/helpers/get-pkg-manager.ts
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #2633
Sorry, something went wrong.
No branches or pull requests
Pre-flight checklist
Problem description
When using
pnpm
in project, forge useyarn
to install deps.Proposed solution
Use
pnpm
.Alternatives considered
Detect user's package manager like
next.js
:https://github.com/vercel/next.js/blob/canary/packages/create-next-app/helpers/get-pkg-manager.ts
Additional information
No response
The text was updated successfully, but these errors were encountered: