-
Notifications
You must be signed in to change notification settings - Fork 101
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
Using latest
for the @ai16z packages breaks the project.
#6
Comments
Upon trying to make the package version changes myself, none of the published ai16z package versions, currently 0.1.1, 0.1.2, and 0.1.3, match this project's source code. It seems that interfacing with these packages needs to be updated for this project to be functional. |
Hello, i had the same error when i started. What i did was to run "PNPM INSTALL" THEN "PNPM BUILD" AND FINALLY "PNPM START" Ensure youre running node version 23 That should do. |
Hi, I had the exact same issue with the following env.
|
Was able to use the We need to tag this repo and keep it inline with @ai16z/eliza |
@rsmets |
@dadsec-dev can you share package.json and code |
seems everything goes well in my local
the running log
|
Check #21 |
Upon a fresh
pnpm install
, runningpnpm start
errors with following output:It is not a good practice to use
latest
versions for dependencies. Please pin to a compatible version for project stability and usability.The text was updated successfully, but these errors were encountered: