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

fix: add missing commands to quickstart #665

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

0xaguspunk
Copy link
Contributor

Relates to:

#337

Risks

Low

Background

What does this PR do?

1. Add a "Build Local Libraries" Step:
Included the pnpm build step in the quickstart guide to address an issue where running pnpm start would fail due to missing imported libraries. This ensures the project is properly built before starting.

2. Improve better-sqlite3 Troubleshooting Instructions:

Added pnpm store prune as a troubleshooting step for resolving issues with better-sqlite3.

Deleting the pnpm-lock.yaml file is unnecessary since the library versions remain consistent. The root cause is related to the pnpm cache retaining an incompatible version of the package, which occurs when using a different Node.js version during the initial installation.

What kind of change is this?

Improve docs

Why are we doing this? Any context or related work?

Got stuck while following the quickstart, saw other people had the same problem.

Discord username

aguspunk

- Include build local libraries step
- Add pnpm store prune to better-sqlite3 troubleshoot
@0xaguspunk 0xaguspunk changed the title Add missing commands to quickstart fix: add missing commands to quickstart Nov 29, 2024
@lalalune lalalune merged commit bb77f3f into elizaOS:main Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants