Skip to content
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

Failed: @ai16z/plugin-aptos#build #1117

Open
mashharuki opened this issue Dec 15, 2024 · 5 comments
Open

Failed: @ai16z/plugin-aptos#build #1117

mashharuki opened this issue Dec 15, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@mashharuki
Copy link

Describe the bug

I had a build error at v0.1.6-alpha.1

 Tasks:    30 successful, 35 total
Cached:    30 cached, 35 total
  Time:    11.756s 
Failed:    @ai16z/plugin-aptos#build

 ERROR  run failed: command  exited (1)
 ELIFECYCLE  Command failed with exit code 1.

To Reproduce

git clone https://github.com/ai16z/eliza.git
cd eliza
git checkout $(git describe --tags --abbrev=0)
pnpm install
pnpm build
node version v23.4.0
npm version 10.9.2

I'm trying on MacOS.

Expected behavior

Screenshots
スクリーンショット 2024-12-15 18 20 59

Additional context

@mashharuki mashharuki added the bug Something isn't working label Dec 15, 2024
@ileana-pr
Copy link
Contributor

Unable to replicate (using WSL)

Screenshot 2024-12-15 175532

try:
pnpm clean

then install and build

@EMerchant90
Copy link

EMerchant90 commented Dec 17, 2024

I've gotten several errors and tried to play with the the packages to see what works.

A few of the AI debuggers mention its something to do with a package called zod - I've purged the file, uninstalled and reinstalled pnpm via npm several times.

Every time i do try to add in zod it doesn't work either.

I've tried clean several times but no go :/

image

@ileana-pr
Copy link
Contributor

@EMerchant90 I got the same response about adding zod package from AI,

Try the main branch.
My steps:

git fetch upstream
git merge upstream/main 
pnpm i 
pnpm build 
pnpm run dev 

I had no build errors using this version.

@EMerchant90
Copy link

@ileana-pr

Thank you for the suggestion- however I got the following:

Tasks: 3 successful, 41 total
Cached: 2 cached, 41 total
Time: 10.999s
Failed: @ai16z/plugin-intiface#build

@ileana-pr
Copy link
Contributor

ileana-pr commented Dec 18, 2024

Do you happen to have a screenshot of the new error? Looks like it stopped at a different point than the first one.

try: pnpm install @ai16z/plugin-intiface

Also check common build issues and solutions here: https://ai16z.github.io/eliza/docs/quickstart/#common-issues--solutions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants