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
Faster build times and more productive developers. Both Yarn and PNPM as slow when compared to Bun.
Allow for "packageManager": "bun@1.2.0" in package.json (https://nodejs.org/api/corepack.html#supported-package-managers)
Deno could be another one to be added but Bun in way more faster at the moment.
The text was updated successfully, but these errors were encountered:
Related to nodejs/corepack#295
Sorry, something went wrong.
No branches or pull requests
What is the problem this feature will solve?
Faster build times and more productive developers. Both Yarn and PNPM as slow when compared to Bun.
What is the feature you are proposing to solve the problem?
Allow for "packageManager": "bun@1.2.0" in package.json (https://nodejs.org/api/corepack.html#supported-package-managers)
What alternatives have you considered?
Deno could be another one to be added but Bun in way more faster at the moment.
The text was updated successfully, but these errors were encountered: