Inugami
Inugami
> Hello @0xinugami , what is your TypeScript version? ``` tsc --version Version 5.6.3 ```
> Test the new version just released please. Same error. What I did: - To checkout new release `git checkout $(git describe --tags --abbrev=0)`. Confirmed that the hash is corrected...
> @0xinugami You can try before pnpm install: rm -rf node_modules pnpm install --no-frozen-lockfile Yup. Did that. Also just nuked whole repo and redid all the steps, still getting the...
Attaching full log ``` $ pnpm build > eliza@ build /Volumes/StorageHub/Development/github/eliza > turbo run build --filter=!eliza-docs turbo 2.3.3 • Packages in scope: @elizaos/adapter-pglite, @elizaos/adapter-postgres, @elizaos/adapter-redis, @elizaos/adapter-sqlite, @elizaos/adapter-sqljs, @elizaos/adapter-supabase, @elizaos/agent, @elizaos/client-auto,...
> From first pass it looks like your src/generation.ts file is outdated. Make sure you close from the main repo and not develop. Tested on main, develop and latest tagged...
> [@0xinugami](https://github.com/0xinugami) Can you checkout it now from develop branch and try please? Seems like that issue is fixed but it leads to another ts strict types error. ``` @elizaos/plugin-autonome:build:...