Demirix

Results 10 comments of Demirix

Hello @pgoos thanks for reaching out! Yes, I have run tests locally multiple times before creating the PR. You should maybe try runing pnpm test, instead of npm test. Honestly,...

@lalalune Fixed! Thank you for this input. Fixed package.json file and moved token.test to solana plugin. Added vitest to that package. Tests are running properly now.

@monilpat Please check this, regarding issue https://github.com/elizaOS/eliza/issues/1735 Created proposition how it can look, if the error messages are now clear and reasonable.

@sonatonagems Yes, you need to check out desired version, run pnpm install and don't forget to run pnpm build before running.

@sonatonagems Your .env file will persist since it is ignored by git. Your character files will also persist.

Hello @0xinugami , what is your TypeScript version?

@0xinugami You can try before pnpm install: rm -rf node_modules pnpm install --no-frozen-lockfile

@0xinugami Can you checkout it now from develop branch and try please?