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

can't build framework - followed quick start - pnpm build error #1714

Closed
mrosm20 opened this issue Jan 3, 2025 · 4 comments
Closed

can't build framework - followed quick start - pnpm build error #1714

mrosm20 opened this issue Jan 3, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@mrosm20
Copy link

mrosm20 commented Jan 3, 2025

Steps:

Clone the repository

git clone https://github.com/elizaos/eliza.git
cd eliza

git checkout $(git describe --tags --abbrev=0)

pnpm install --no-frozen-lockfile

successful up to here

failed the build

pnpm build


Error received:

liza-client:build: ✓ built in 5.48s
@elizaos/plugin-nft-generation:build: DTS ⚡️ Build success in 3926ms
@elizaos/plugin-nft-generation:build: DTS dist/index.d.ts 1.65 KB
@elizaos/client-slack:build: error TS2688: Cannot find type definition file for 'node_tmp_6975'.
@elizaos/client-slack:build: The file is in the program because:
@elizaos/client-slack:build: Entry point for implicit type library 'node_tmp_6975'
@elizaos/client-slack:build:
@elizaos/client-slack:build: Error: error occurred in dts build
@elizaos/client-slack:build: at Worker. (/workspaces/eliza/eliza/node_modules/tsup/dist/index.js:1541:26)
@elizaos/client-slack:build: at Worker.emit (node:events:513:28)
@elizaos/client-slack:build: at MessagePort. (node:internal/worker:267:53)
@elizaos/client-slack:build: at [nodejs.internal.kHybridDispatch] (node:internal/event_target:827:20)
@elizaos/client-slack:build: at MessagePort. (node:internal/per_context/messageport:23:28)
@elizaos/client-slack:build: DTS Build error
@elizaos/client-slack:build:  ELIFECYCLE  Command failed with exit code 1.
@elizaos/client-slack:build: ERROR: command finished with error: command (/workspaces/eliza/eliza/packages/client-slack) /workspaces/eliza/eliza/node_modules/.bin/pnpm run build exited (1)
@elizaos/client-slack#build: command (/workspaces/eliza/eliza/packages/client-slack) /workspaces/eliza/eliza/node_modules/.bin/pnpm run build exited (1)

Tasks: 48 successful, 52 total
Cached: 46 cached, 52 total
Time: 8.877s
Failed: @elizaos/client-slack#build

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

@mrosm20 mrosm20 added the bug Something isn't working label Jan 3, 2025
Copy link
Contributor

github-actions bot commented Jan 3, 2025

Hello @mrosm20! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor!

@tcm390
Copy link
Collaborator

tcm390 commented Jan 3, 2025

hi @mrosm20 did you try this?

pnpm clean

pnpm install -r --no-frozen-lockfile

@mrosm20
Copy link
Author

mrosm20 commented Jan 3, 2025

thats worked thank you

@mrosm20
Copy link
Author

mrosm20 commented Jan 3, 2025

fixed

@mrosm20 mrosm20 closed this as completed Jan 3, 2025
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

2 participants