-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Can't install the starter monorepo using the CLI #487
Comments
in project root in package.json, try changing |
@jeffreyvalle but u cannot use the cli to install. You can just clone the blank ans try. I did and it worked |
@Elie-A-98 thanks, you're correct after testing further my suggestion does not fix anything :) |
it's far more broken than this, even if you manage to fix the bun packager, be ready for another round of errors |
I think this was caused by #480 |
Also patch-package does not work with bun. I used bun patch and had to move to linux because it had some permission issues on windows. But so far everything is working. I just had to clone the blank repo instead of installing it |
We should switch this back to yarn 4 I think |
Additionally, with
|
Is there an existing issue for this?
Do you want this issue prioritized?
Current Behavior
Following the docs to clone a minimal starter project
npx create-solito-app@latest my-solito-app
is throwing this error> yarn install Usage Error: Unsupported package manager specification ([email protected])
I have bun installed (version 1.1.22)
Expected Behavior
To clone successfully
Steps To Reproduce
No response
Versions
Screenshots
No response
Reproduction
No response
The text was updated successfully, but these errors were encountered: