`pnpm start` Issue - "Error: Could not locate the bindings file." · Issue #133 · elizaOS/eliza-starter · GitHub
More Web Proxy on the site http://driver.im/
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
After bumping the discord client to 0.1.9 as suggested in:
Issue - #132
PR - #128
I get some could not bind Sqlite error which I am unsure of. Any help appreciated!
The text was updated successfully, but these errors were encountered:
suryanshkushwaha
changed the title
Error: Could not locate the bindings file.pnpm start Issue - "Error: Could not locate the bindings file."
Feb 6, 2025
The below will work, something appears to be wrong with the better-sqlite3 package. Manually installing it worked for me.
cd eliza-starter/node_modules/better-sqlite3 pnpm install
Running your normal start script should then work, make sure you specify the character model you are using as per below. pnpm start --character="characters/deep-thought.character.json"
After bumping the discord client to 0.1.9 as suggested in:
Issue - #132
PR - #128
I get some could not bind Sqlite error which I am unsure of. Any help appreciated!
The text was updated successfully, but these errors were encountered: