-
Notifications
You must be signed in to change notification settings - Fork 141
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
React dependency installation error #466
Comments
After the workaround, the server still failes to start Notice the log,
|
@leehuwuj https://www.npmjs.com/package/create-llama/v/0.2.17 using this version is fine, which dosn't go through the newer simplified logic. Can you help to take a look at these two issues? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the command
npx create-llama@latest
Known workaround is to issue
npm config set legacy-peer-deps true
The text was updated successfully, but these errors were encountered: