eliza icon indicating copy to clipboard operation
eliza copied to clipboard

'has no export member 'Plugin'

Open Icarus-Community opened this issue 7 months ago • 0 comments

i run into the following error on installing plugins. wierdest thing as some have no troubles at all and others do. As alot of the plugins seem to utilize this command. Some build without trouble other trip...

error Error: Command failed: pnpm build src/index.ts(1,15): error TS2305: Module '"@elizaos/core-plugin-v1"' has no exported member 'Plugin'.

Error: error occurred in dts build at Worker. (/root/elizaos/eliza/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected][email protected][email protected][email protected][email protected]/node_modules/tsup/dist/index.js:1541:26) at Worker.emit (node:events:507:28) at MessagePort. (node:internal/worker:268:53) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:827:20) at MessagePort. (node:internal/per_context/messageport:23:28) DTS Build error

at genericNodeError (node:internal/errors:983:15)
at wrappedFn (node:internal/errors:537:14)
at checkExecSyncError (node:child_process:882:11)
at execSync (node:child_process:954:15)
at Command.<anonymous> (/root/elizaos/eliza/packages/cli/index.js:296:38)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {

status: 1, signal: null, output: [ null, <Buffer 0a 3e 20 40 65 6c 69 7a 61 6f 73 2d 70 6c 75 67 69 6e 73 2f 70 6c 75 67 69 6e 2d 63 6f 69 6e 67 65 63 6b 6f 40 30 2e 31 2e 39 20 62 75 69 6c 64 20 2f ... 465 more bytes>, <Buffer 73 72 63 2f 69 6e 64 65 78 2e 74 73 28 31 2c 31 35 29 3a 20 65 72 72 6f 72 20 54 53 32 33 30 35 3a 20 4d 6f 64 75 6c 65 20 27 22 40 65 6c 69 7a 61 6f ... 570 more bytes> ], pid: 261791, stdout: <Buffer 0a 3e 20 40 65 6c 69 7a 61 6f 73 2d 70 6c 75 67 69 6e 73 2f 70 6c 75 67 69 6e 2d 63 6f 69 6e 67 65 63 6b 6f 40 30 2e 31 2e 39 20 62 75 69 6c 64 20 2f ... 465 more bytes>, stderr: <Buffer 73 72 63 2f 69 6e 64 65 78 2e 74 73 28 31 2c 31 35 29 3a 20 65 72 72 6f 72 20 54 53 32 33 30 35 3a 20 4d 6f 64 75 6c 65 20 27 22 40 65 6c 69 7a 61 6f ... 570 more bytes> } @elizaos-plugins/plugin-coingecko attempted installation is complete Remember to add it to your character file's plugin field: ["@elizaos-plugins/plugin-coingecko"]

Icarus-Community avatar May 23 '25 13:05 Icarus-Community