mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
React dependency installation error #111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Superskyyy on GitHub (Dec 19, 2024).
Originally assigned to: @leehuwuj on GitHub.
When running the command
npx create-llama@latestKnown workaround is to issue
npm config set legacy-peer-deps true@Superskyyy commented on GitHub (Dec 19, 2024):
After the workaround, the server still failes to start
Notice the log,
next dev 3000is missing a-pflag.@Superskyyy commented on GitHub (Dec 19, 2024):
I'm not sure why everyone else seem to be ok with running it, but the
--is necccesary and after adding it, it start to work. AFAIK the -- is necssary in NPM to make arg passing work.@Superskyyy commented on GitHub (Dec 19, 2024):
@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?
@myhendry commented on GitHub (Dec 21, 2024):
for newbies like me, the code amended is inside the run.py file
@marcusschiesser commented on GitHub (Dec 26, 2024):
fixed in 0.3.24