You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also the issue you faced is properly described in the readme:
Additional Requirements
You may need to install Sharp. If you see an error when starting up, try installing it with the following command:
pnpm install --include=optional sharp
Hi,
While trying to integrate
elizaos/core
into my project, I encountered the following issues:ESM-related Problems
"type": "module"
inpackage.json
wasn't clearly mentioned, which caused some confusion.Required Dependencies
sharp
,dotenv
, and@tavily/core
had to be installed separately to make the project work.To address these issues, it would be helpful to have a simple guide covering the following points:
package.json
(e.g.,"type": "module"
)tsconfig.json
configurationA beginner-friendly guide with clear instructions for the initial setup would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: