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
npm run generate
> [email protected] generate
> tsx src/pages/engine/generate.ts
Using 'openai' model provider
Generating storage context...
No valid data found at path: cache\index_store.json starting new store.
Storage context successfully generated in 1.122s.
Finished generating storage.
I had the same issue. I deleted node_modules and ran npm install again. Then, I deleted the cache folder and ran npm run generate again.
I think the issue was that the first time it didn't generate index_store.json in the cache folder. After doing this, it generated the index_store.json and the app worked properly.
Hi,
I am getting following error when I run
npm run generate
I have tried following OS:
I get same problem in all of these.
Please let me know what to do to fix this.
Thank you,
Regards,
Shameel Uddin
The text was updated successfully, but these errors were encountered: