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
installation
No response
Windows
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
+1. happens on bun runtime on fedora linux.
I have managed to solve this issue by explicitly adding the package manager to be pnpm inside package.json by doing the following:
pnpm
package.json
{ "name": "...", "version": "...", "packageManager": "pnpm@10.6.3", // Other configurations }
No branches or pull requests
Describe the bug
Affected component/components
installation
How to reproduce
Codesandbox/StackBlitz link
No response
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: