Replies: 4 comments 1 reply
-
|
Same here |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Restarting from scratch using the docs fixed it for me. But before doing that you also have to make sure that your node version is exactly |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
same here |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
same issue, on arch, node v23.3.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run "sh scripts/start.sh" I get a lot of downloads, installs etc, and at the end this message:
ℹ INFORMATIONS
Loading embedding settings:
{"USE_OPENAI_EMBEDDING":"","USE_OLLAMA_EMBEDDING":"","OLLAMA_EMBEDDING_MODEL":"mxbai-embed-large"}
ℹ INFORMATIONS
Loading character settings:
{"ARGV":["/home/fmiren/.nvm/versions/node/v20.0.0/bin/node","/home/fmiren/eliza/agent/src/index.ts","--isRoot"],"CWD":"/home/fmiren/eliza/agent"}
Loaded .env file from: /home/fmiren/eliza/.env
ℹ INFORMATIONS
Parsed settings:
{"USE_OPENAI_EMBEDDING":"","USE_OPENAI_EMBEDDING_TYPE":"string","USE_OLLAMA_EMBEDDING":"","USE_OLLAMA_EMBEDDING_TYPE":"string","OLLAMA_EMBEDDING_MODEL":"mxbai-embed-large"}
Killed
/home/fmiren/eliza/agent:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @ai16z/agent@0.1.6-alpha.4 start:
node --loader ts-node/esm src/index.ts "--isRoot"Exit status 137
ELIFECYCLE Command failed with exit code 137.
-e Failed to start project
What does it mean? Why does it fail? Is it ok or not?
Beta Was this translation helpful? Give feedback.
All reactions