-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Initial set up #1897
Comments
Hello @newbx0! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor! |
Hello @newbx0 we need more info from you. |
Hey @newbx0 it looks like you missed the Therefore the cp command and git checkout failed since you were not actually in the repository. If this resolves your issue please close this issue, thanks. |
Hi again @newbx0, The issue you are having is not related to Eliza itself but rather the lack of Linux related knowledge from your end. |
@JoeyKhd youre probaly right, will definitely check out the Discord, thanks. Before I close, I got some of it working, can you have a look at this as well: cd eliza-starter |
Describe the bug
Hi, Im new to this.. but I wanted to try see what I could do with Eliza but having some trouble installing. I followed the youtube video for dev school by Shaw and got to installing from Github but something is not going right with the install process.
I am on Windows but I have installed the WSL2 and Ubuntu to run on Cursor.
node v23.5
npm v10.9
pnpm v9.15
To Reproduce
My prompts are in bold:
git clone https://github.com/elizaos/eliza.git
Cloning into 'eliza'...
remote: Enumerating objects: 62388, done.
remote: Counting objects: 100% (24/24), done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 62388 (delta 4), reused 9 (delta 2), pack-reused 62364 (from 1)
Receiving objects: 100% (62388/62388), 98.58 MiB | 6.22 MiB/s, done.
Resolving deltas: 100% (40566/40566), done.
Updating files: 100% (1742/1742), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'packages/plugin-story/README.MD'
'packages/plugin-story/Readme.md'
git checkout $(git describe --tags --abbrev=0)
fatal: not a git repository (or any parent up to mount point /mnt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /mnt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
cp .env.example .env
cp: cannot stat '.env.example': No such file or directory
pnpm i && pnpm build && pnpm start
Already up to date
╭──────────────────────────────────────────────────────────────────╮
│ │
│ Update available! 9.15.2 → 9.15.3. │
│ Changelog: https://github.com/pnpm/pnpm/releases/tag/v9.15.3 │
│ Run "pnpm self-update" to update. │
│ │
╰──────────────────────────────────────────────────────────────────╯
Done in 241ms
ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "build" not found
pnpm self-update
.../pnpm/.tools/@pnpm+linux-x64/9.15.3 | Progress: resolved 1, reused 0, down.../pnpm/.tools/@pnpm+linux-x64/9.15.3 | +1 +
.../pnpm/.tools/@pnpm+linux-x64/9.15.3 | Progress: resolved 1, reused 0, downDownloading @pnpm/linux-x64@9.15.3: 26.21 MB/26.21 MB, done
.../pnpm/.tools/@pnpm+linux-x64/9.15.3 | Progress: resolved 1, reused 0, down.../pnpm/.tools/@pnpm+linux-x64/9.15.3 | Progress: resolved 1, reused 0, down.../pnpm/.tools/@pnpm+linux-x64/9.15.3 | Progress: resolved 1, reused 0, downloaded 1, added 1, done
pnpm start:client
ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "start:client" not found
Expected behavior
Run Eliza
Screenshots
Additional context
Thanks for your help
The text was updated successfully, but these errors were encountered: